diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml b/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml index 07d24e34a..e0b98cdd7 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 Rslib 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 35bb750d6..701f168cb 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 Rslib 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 5938116a8..6f6666b0c 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: