<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/.github/workflows/check_commit_messages.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-03-16T16:49:54Z</updated>
<entry>
<title>Skipped check_commit_messages action on forks.</title>
<updated>2026-03-16T16:49:54Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-03-16T15:39:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=455e787b9cc8bd3342f86ddcf8ef4103fd811bb5'/>
<id>urn:sha1:455e787b9cc8bd3342f86ddcf8ef4103fd811bb5</id>
<content type='text'>
This was causing permission errors on private forks, e.g. the one
maintained by the Security Team for staging security patches.

Follow-up to f8665b1a7ff5e98d84f66ad0e958c3f175aa5d8b.
</content>
</entry>
<entry>
<title>Optimized check_commit_messages GitHub action.</title>
<updated>2026-03-07T17:46:42Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-03-07T17:16:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ae0029c2f4d82af937e9632cd5bf13e81e91f98'/>
<id>urn:sha1:0ae0029c2f4d82af937e9632cd5bf13e81e91f98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extended checks and docs for proper commit message format and edition.</title>
<updated>2026-03-06T20:55:01Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-03-05T17:14:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c27d368b92f321e6f91704f554dccbc18df5b075'/>
<id>urn:sha1:c27d368b92f321e6f91704f554dccbc18df5b075</id>
<content type='text'>
Thanks to Tim Schilling for the review.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</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>Addressed unpinned-uses zizmor finding.</title>
<updated>2025-11-21T19:36:28Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-11-14T18:58:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=86b8058b40145fb5ba4fd859676225f533eca986'/>
<id>urn:sha1:86b8058b40145fb5ba4fd859676225f533eca986</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified actions after applying zizmor auto-fixes.</title>
<updated>2025-11-21T19:36:23Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-11-19T19:35:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=08f4901b3fd3f352ef9cea830d000aee73152556'/>
<id>urn:sha1:08f4901b3fd3f352ef9cea830d000aee73152556</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>Fixed unsafe variable interpolation in GitHub Action workflow.</title>
<updated>2025-11-10T18:46:15Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2025-11-06T13:24:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=01c70ba14899409e86dc3f6c6bcae0afc48094e7'/>
<id>urn:sha1:01c70ba14899409e86dc3f6c6bcae0afc48094e7</id>
<content type='text'>
Thank you Davide Netti for the report and initial patch.

Co-authored-by: Davide Netti &lt;davide.netti4@gmail.com&gt;
</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>
</feed>
