From 679798a8f076b22e22d004b2ff96dfe3bbdb2443 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 24 Dec 2024 14:14:12 +0800 Subject: [PATCH] chore(CI): correct permissions for issue labeler --- .github/ISSUE_TEMPLATE/1-bug-report.en-US.yml | 1 - .github/ISSUE_TEMPLATE/2-feature-request.en-US.yml | 1 - .github/workflows/pr-label.yaml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml b/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml index 7a4ad32f..dd273cca 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml @@ -2,7 +2,6 @@ name: "🐞 Bug Report" description: Report a Bug to Rsdoctor title: "[Bug]: " type: Bug -labels: ["🐞 bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml b/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml index d6f07dfd..53fe863d 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml @@ -2,7 +2,6 @@ name: "💡 Feature Request" description: Submit a new feature request to Rsdoctor title: "[Feature]: " type: Enhancement -labels: ["💡 feature"] body: - type: markdown attributes: diff --git a/.github/workflows/pr-label.yaml b/.github/workflows/pr-label.yaml index 43da43e7..fa7e9d7a 100644 --- a/.github/workflows/pr-label.yaml +++ b/.github/workflows/pr-label.yaml @@ -7,7 +7,7 @@ on: - edited permissions: - issues: write + pull-requests: write contents: read jobs: