From 973c3c23bca1c35033f7b223741067bf60848a57 Mon Sep 17 00:00:00 2001 From: Daniel Alfaro Date: Tue, 26 May 2026 18:31:59 -0500 Subject: [PATCH 1/2] chore(templates): add barajas-d as assignee and remove needs-triage label Add barajas-d to the assignees list in all issue templates (bug report, feature request, question). Remove the needs-triage label from all templates to avoid automatic triage tagging on new issues. --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- .github/ISSUE_TEMPLATE/question.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a47bb0f..8bbc888 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,8 @@ name: 🐛 Bug Report description: Report a bug or unexpected behavior in the SDK title: "[BUG]: " -labels: ["bug", "needs-triage"] -assignees: ["danielalfarourrea","luismeli10","orojaspardo"] +labels: ["bug"] +assignees: ["danielalfarourrea","luismeli10","orojaspardo","barajas-d"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6c48f03..df1ee06 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,8 +1,8 @@ name: ✨ Feature Request description: Propose a new feature for the Mercado Pago SDK title: "[FEATURE]: " -labels: ["enhancement", "needs-triage"] -assignees: ["danielalfarourrea","luismeli10","orojaspardo"] +labels: ["enhancement"] +assignees: ["danielalfarourrea","luismeli10","orojaspardo","barajas-d"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index e13d48e..9f5db5c 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,8 +1,8 @@ name: 💬 Question description: Ask a question about the Mercado Pago SDK title: "[QUESTION]: " -labels: ["question", "needs-triage"] -assignees: ["danielalfarourrea","luismeli10","orojaspardo"] +labels: ["question"] +assignees: ["danielalfarourrea","luismeli10","orojaspardo","barajas-d"] body: - type: markdown From 5077b48304a388c520602dc71c0bd4aadb16189b Mon Sep 17 00:00:00 2001 From: Daniel Alfaro Date: Tue, 26 May 2026 18:36:18 -0500 Subject: [PATCH 2/2] chore(templates): remove danielalfarourrea from issue template assignees --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8bbc888..e445945 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,7 @@ name: 🐛 Bug Report description: Report a bug or unexpected behavior in the SDK title: "[BUG]: " labels: ["bug"] -assignees: ["danielalfarourrea","luismeli10","orojaspardo","barajas-d"] +assignees: ["luismeli10","orojaspardo","barajas-d"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index df1ee06..b9227dd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,7 +2,7 @@ name: ✨ Feature Request description: Propose a new feature for the Mercado Pago SDK title: "[FEATURE]: " labels: ["enhancement"] -assignees: ["danielalfarourrea","luismeli10","orojaspardo","barajas-d"] +assignees: ["luismeli10","orojaspardo","barajas-d"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 9f5db5c..76d4342 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -2,7 +2,7 @@ name: 💬 Question description: Ask a question about the Mercado Pago SDK title: "[QUESTION]: " labels: ["question"] -assignees: ["danielalfarourrea","luismeli10","orojaspardo","barajas-d"] +assignees: ["luismeli10","orojaspardo","barajas-d"] body: - type: markdown