<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/.github/workflows/labels.yml, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-04-13T16:04:48Z</updated>
<entry>
<title>Removed unused code checkout step from labels.yml GitHub Action.</title>
<updated>2026-04-13T16:04:48Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-04-10T12:21:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0b75f46fd0ee98c10887b3c5dc4593d2bccf821'/>
<id>urn:sha1:f0b75f46fd0ee98c10887b3c5dc4593d2bccf821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped checkout version in Github actions configuration.</title>
<updated>2025-12-29T14:59:18Z</updated>
<author>
<name>Pravin Kamble</name>
<email>iampbkamble@gmail.com</email>
</author>
<published>2025-12-20T06:42:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ccf74f7dc771313b41e7c2912a71f9c5b0ae5e1d'/>
<id>urn:sha1:ccf74f7dc771313b41e7c2912a71f9c5b0ae5e1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added timeout-minutes directive to all GitHub Actions workflows.</title>
<updated>2025-11-26T13:00:53Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-11-26T01:18:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e48527f91d341c85a652499a5baaf725d36ae54f'/>
<id>urn:sha1:e48527f91d341c85a652499a5baaf725d36ae54f</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Configured dangerous-triggers zizmor rule.</title>
<updated>2025-11-21T19:36:32Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-11-14T19:06:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=846613e521104fa2f2e1c2023e4a1a9886a2ff48'/>
<id>urn:sha1:846613e521104fa2f2e1c2023e4a1a9886a2ff48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied auto-fixes from zizmor findings.</title>
<updated>2025-11-21T19:36:19Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-11-14T18:39:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e8958c4690faef27b6715524ecb5c49c3ecb6a09'/>
<id>urn:sha1:e8958c4690faef27b6715524ecb5c49c3ecb6a09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped versions in Github actions configuration.</title>
<updated>2025-09-12T14:57:52Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-09-12T14:57:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b7507bad7730e5f6558cfcce29976f65890083ca'/>
<id>urn:sha1:b7507bad7730e5f6558cfcce29976f65890083ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skipped "Labels" Github action when not targeting the main django/django repo.</title>
<updated>2025-04-23T14:40:17Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-04-11T12:09:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=18fa74fc88bdbdea0a370f7ab0f348c2a2339092'/>
<id>urn:sha1:18fa74fc88bdbdea0a370f7ab0f348c2a2339092</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switched to pull_request_target event trigger in the Labels Github action.</title>
<updated>2025-01-22T11:43:18Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-01-22T11:43:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1b6ec1f944844f868cfac82f7d6f38d57c898900'/>
<id>urn:sha1:1b6ec1f944844f868cfac82f7d6f38d57c898900</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Moved permissions setup to toplevel for the Labels Github action.</title>
<updated>2025-01-21T17:15:27Z</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-01-21T17:15:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=862b7f98a02b7973848db578ff6d24ec8500fdb4'/>
<id>urn:sha1:862b7f98a02b7973848db578ff6d24ec8500fdb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added GitHub action to label PRs without a ticket linked in title.</title>
<updated>2025-01-21T14:49:40Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-01-21T14:49:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5244ecbd2259365ecd6bbf96747285a673b2ee69'/>
<id>urn:sha1:5244ecbd2259365ecd6bbf96747285a673b2ee69</id>
<content type='text'>
</content>
</entry>
</feed>
