fix(github): add required permission to create labels (#267)

This commit is contained in:
Alex Hancock 2025-06-17 21:00:14 -04:00 committed by GitHub
parent d1884fe598
commit d45136c3ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ jobs:
permissions:
contents: read
pull-requests: write
issues: write
name: Assign labels
runs-on: ubuntu-latest