| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-13 | Removed unused code checkout step from labels.yml GitHub Action. | Jacob Walls | |
| 2025-12-29 | Bumped checkout version in Github actions configuration. | Pravin Kamble | |
| 2025-11-26 | Added 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-21 | Configured dangerous-triggers zizmor rule. | Jacob Walls | |
| 2025-11-21 | Applied auto-fixes from zizmor findings. | Jacob Walls | |
| 2025-09-12 | Bumped versions in Github actions configuration. | Mariusz Felisiak | |
| 2025-04-23 | Skipped "Labels" Github action when not targeting the main django/django repo. | Sarah Boyce | |
| 2025-01-22 | Switched 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-21 | Moved permissions setup to toplevel for the Labels Github action. | nessita | |
| 2025-01-21 | Added GitHub action to label PRs without a ticket linked in title. | Sarah Boyce | |
