mirror of
https://github.com/django/django.git
synced 2025-08-10 11:59:13 +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 }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
no_ticket:
|
no_ticket:
|
||||||
name: "Flag if no Trac ticket is found in the title"
|
name: "Flag if no Trac ticket is found in the title"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
pull-requests: write
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user