ci: add issues permission to Manage Labels workflow (#5706)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-01-15 21:34:22 -03:00 committed by GitHub
commit 1932f9a836
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
steps:
- name: Manage LGTM Review Label
uses: actions/github-script@v7