1
0
mirror of https://github.com/django/django.git synced 2025-04-15 04:44:37 +00:00

Moved permissions setup to toplevel for the Labels Github action.

This commit is contained in:
nessita 2025-01-21 14:15:27 -03:00 committed by GitHub
parent 5244ecbd22
commit 862b7f98a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,12 +8,13 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: write
jobs:
no_ticket:
name: "Flag if no Trac ticket is found in the title"
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4