summaryrefslogtreecommitdiff
path: root/.github/workflows/labels.yml
AgeCommit message (Collapse)Author
2026-04-13Removed unused code checkout step from labels.yml GitHub Action.Jacob Walls
2025-12-29Bumped checkout version in Github actions configuration.Pravin Kamble
2025-11-26Added timeout-minutes directive to all GitHub Actions workflows.Natalia
GitHub Actions defaults to a 360-minute (6-hour) timeout. We've had jobs hang due to issues in the parallel test runner, causing them to run for the full 6 hours. This wastes resources and negatively impacts CI availability, so explicit timeouts have been added to prevent long-running hangs.
2025-11-21Configured dangerous-triggers zizmor rule.Jacob Walls
2025-11-21Applied auto-fixes from zizmor findings.Jacob Walls
2025-09-12Bumped versions in Github actions configuration.Mariusz Felisiak
2025-04-23Skipped "Labels" Github action when not targeting the main django/django repo.Sarah Boyce
2025-01-22Switched to pull_request_target event trigger in the Labels Github action.Sarah Boyce
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-21Moved permissions setup to toplevel for the Labels Github action.nessita
2025-01-21Added GitHub action to label PRs without a ticket linked in title.Sarah Boyce