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:
parent
5244ecbd22
commit
862b7f98a0
5
.github/workflows/labels.yml
vendored
5
.github/workflows/labels.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user