<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/.github/workflows, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-04-18T12:46:37Z</updated>
<entry>
<title>Refs #35007 -- Added biome to lint and format CSS files.</title>
<updated>2026-04-18T12:46:37Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2026-04-18T11:12:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4a6f797e480ff918cad7a93a331e48b45df091dc'/>
<id>urn:sha1:4a6f797e480ff918cad7a93a331e48b45df091dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added automated quality checks for PRs as a GitHub Actions workflow.</title>
<updated>2026-04-16T15:45:03Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-03-28T01:41:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4593ae93ae39d0c33ef9edc667fe3425fcf61b28'/>
<id>urn:sha1:4593ae93ae39d0c33ef9edc667fe3425fcf61b28</id>
<content type='text'>
This work adds automated PR quality checks as a GitHub Actions workflow
to enforce contribution requirements consistently and reduce the manual
burden on reviewers for incoming PRs.

Thanks to the many reviewers providing meaningful feedback.

Co-authored-by: Frank Wiles &lt;frank@revsys.com&gt;
</content>
</entry>
<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/chango.git/commit/?id=f0b75f46fd0ee98c10887b3c5dc4593d2bccf821'/>
<id>urn:sha1:f0b75f46fd0ee98c10887b3c5dc4593d2bccf821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36620 -- Reduced permissions on coverage comment workflow.</title>
<updated>2026-03-19T20:03:37Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-03-19T19:40:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9b2cc7a950b14cdde4c85d8ed0ebc59784a68725'/>
<id>urn:sha1:9b2cc7a950b14cdde4c85d8ed0ebc59784a68725</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36620 -- Fixed coverage comment deletion.</title>
<updated>2026-03-19T20:03:37Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-03-19T19:38:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=468d47fb90ef9b774b5bf54c9c2784661f1943b4'/>
<id>urn:sha1:468d47fb90ef9b774b5bf54c9c2784661f1943b4</id>
<content type='text'>
Follow-up to 92d4aea5ffacc38c5f7903b9410d0abec83f14de.
</content>
</entry>
<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/chango.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/chango.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/chango.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>Aligned docs checks between GitHub Actions and local development.</title>
<updated>2026-03-02T18:05:31Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-02-27T14:19:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3f21cb06e76044ad753055700395e54a1fc4f1e9'/>
<id>urn:sha1:3f21cb06e76044ad753055700395e54a1fc4f1e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Installed libmemcached-dev in screenshots workflow.</title>
<updated>2026-02-13T18:37:19Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-02-13T14:10:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f6384479ad77c49e0537a5f71eb0331af9eefc32'/>
<id>urn:sha1:f6384479ad77c49e0537a5f71eb0331af9eefc32</id>
<content type='text'>
</content>
</entry>
</feed>
