diff --git a/.github/workflows/autolabeller.yml b/.github/workflows/autolabeler.yml similarity index 98% rename from .github/workflows/autolabeller.yml rename to .github/workflows/autolabeler.yml index 85d395f5..69e30346 100644 --- a/.github/workflows/autolabeller.yml +++ b/.github/workflows/autolabeler.yml @@ -80,6 +80,7 @@ jobs: permissions: contents: read pull-requests: write + issues: write steps: - name: Checkout your code uses: actions/checkout@v4 @@ -87,7 +88,6 @@ jobs: - uses: srvaroa/labeler@v1 with: config_path: .github/labeler.yml - use_local_config: true #FIXME: fail_on_error: true env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file