1
0
mirror of https://github.com/django/django.git synced 2025-07-21 10:09:14 +00:00

4 Commits

Author SHA1 Message Date
Sarah Boyce
18fa74fc88 Skipped "Labels" Github action when not targeting the main django/django repo. 2025-04-23 11:40:17 -03:00
Sarah Boyce
1b6ec1f944
Switched to pull_request_target event trigger in the Labels Github action.
The `pull_request` trigger runs in the context of the PR, and has
limited access to information stored in the base repo django/django.
As access is needed to the label "no ticket" in django/django, use the
`pull_request_target` trigger.
2025-01-22 08:43:18 -03:00
nessita
862b7f98a0
Moved permissions setup to toplevel for the Labels Github action. 2025-01-21 14:15:27 -03:00
Sarah Boyce
5244ecbd22
Added GitHub action to label PRs without a ticket linked in title. 2025-01-21 11:49:40 -03:00