diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 549a4e1..eeac70b 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -2,6 +2,10 @@ name: Labeling new issue on: issues: types: ['opened'] + +permissions: + issues: write + jobs: build: runs-on: ubuntu-latest