diff --git a/.github/ISSUE_TEMPLATE/1_bug_framework.yml b/.github/ISSUE_TEMPLATE/1_bug_framework.yml index f0bff1f8..9e951bf3 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_framework.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_framework.yml @@ -1,6 +1,6 @@ name: Bug report description: Report an issue so we can improve -labels: [triage] +labels: [triage, bug] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/2_bug_provider.yml b/.github/ISSUE_TEMPLATE/2_bug_provider.yml index dd851d8c..4fe5c164 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_provider.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_provider.yml @@ -1,6 +1,6 @@ name: Bug report (Provider) description: Create a provider-specific report -labels: [triage, providers] +labels: [triage, bug, providers] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/3_bug_adapter.yml b/.github/ISSUE_TEMPLATE/3_bug_adapter.yml index 7cefb25e..5d4d9f3e 100644 --- a/.github/ISSUE_TEMPLATE/3_bug_adapter.yml +++ b/.github/ISSUE_TEMPLATE/3_bug_adapter.yml @@ -1,6 +1,6 @@ name: Bug report (Adapter) description: Create an adapter-specific report -labels: [triage, adapters] +labels: [triage, bug, adapters] body: - type: markdown attributes: diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index d91e7da2..75a3933a 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -14,10 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Nissuer - uses: balazsorban44/nissuer@1.3.5 + uses: balazsorban44/nissuer@1.5.0 with: label-area-prefix: "" label-area-section: "[Provider|Adapter] type(.*)### Environment" label-comments: '{ "incomplete": ".github/invalid-reproduction.md" }' reproduction-link-section: "### Reproduction URL(.*)### Describe the issue" reproduction-invalid-label: "invalid reproduction" + reproduction-issue-labels: "bug"