<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/utils/git, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[Github] Tweak the good-first-issue message not to require assignment. (#139858)</title>
<updated>2025-05-27T15:50:46+00:00</updated>
<author>
<name>cor3ntin</name>
<email>corentinjabot@gmail.com</email>
</author>
<published>2025-05-27T15:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=50937ebff313bf610fb14b5852d40688bb7b02b0'/>
<id>50937ebff313bf610fb14b5852d40688bb7b02b0</id>
<content type='text'>
New contributors can just indicate that they are working on the issue
without requesting assignment.

That shouldd reduce the burden of assigned issues that are not actually
being worked on, and new contributors waiting for a maintainer to
asssign them the issue.

---------

Co-authored-by: Danny Mösch &lt;danny.moesch@icloud.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New contributors can just indicate that they are working on the issue
without requesting assignment.

That shouldd reduce the burden of assigned issues that are not actually
being worked on, and new contributors waiting for a maintainer to
asssign them the issue.

---------

Co-authored-by: Danny Mösch &lt;danny.moesch@icloud.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>github-automation.py: Add debug output to the commit-request-greeter (#137104)</title>
<updated>2025-04-24T22:32:32+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2025-04-24T22:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=768d3ba74319473e0bbf87ad92174062d4909488'/>
<id>768d3ba74319473e0bbf87ad92174062d4909488</id>
<content type='text'>
This script is not working any more in the GitHub actions jobs and I
can't reproduce this locally, so I've added some debug output to try to
help find the problem.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This script is not working any more in the GitHub actions jobs and I
can't reproduce this locally, so I've added some debug output to try to
help find the problem.</pre>
</div>
</content>
</entry>
<entry>
<title>[CI] enable code-format-helper for .cl files (#135748)</title>
<updated>2025-04-16T11:34:59+00:00</updated>
<author>
<name>Wenju He</name>
<email>wenju.he@intel.com</email>
</author>
<published>2025-04-16T11:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cf2399a2ee5b8a721eff385acbaa68fb9b00127c'/>
<id>cf2399a2ee5b8a721eff385acbaa68fb9b00127c</id>
<content type='text'>
In clang-format, OpenCL .cl file uses default C++ formatting. There are
many pull-requests in libclc project that change OpenCL files. It is
beneficial to enable clang-format for them in CI.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In clang-format, OpenCL .cl file uses default C++ formatting. There are
many pull-requests in libclc project that change OpenCL files. It is
beneficial to enable clang-format for them in CI.</pre>
</div>
</content>
</entry>
<entry>
<title>code format checker: fix python error when the diff becomes empty</title>
<updated>2025-04-16T07:38:37+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nuno.lopes@tecnico.ulisboa.pt</email>
</author>
<published>2025-04-16T07:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=bf0de88696095342aaa58e5e0a0105403d5ebd5e'/>
<id>bf0de88696095342aaa58e5e0a0105403d5ebd5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[CI] adjust the undef warning regex so it doesn't catch %undef in .ll files</title>
<updated>2025-04-08T15:56:38+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nuno.lopes@tecnico.ulisboa.pt</email>
</author>
<published>2025-04-08T15:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b416e7f5920ff2f80f60e52eeb363269d130adba'/>
<id>b416e7f5920ff2f80f60e52eeb363269d130adba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[CI] Reduce false positives in undef checker (#134687)</title>
<updated>2025-04-08T08:53:33+00:00</updated>
<author>
<name>Benjamin Maxwell</name>
<email>benjamin.maxwell@arm.com</email>
</author>
<published>2025-04-08T08:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e1fc118f3a2f3fb91a3045ce37a5259430594afc'/>
<id>e1fc118f3a2f3fb91a3045ce37a5259430594afc</id>
<content type='text'>
Only check for diffs containing "undef" in .ll files, this prevents
comments like `// We should not have undef values...` triggering the
undef checker bot.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only check for diffs containing "undef" in .ll files, this prevents
comments like `// We should not have undef values...` triggering the
undef checker bot.</pre>
</div>
</content>
</entry>
<entry>
<title>[GitHub] Skip undefcheck if no relevant files changed (#126749)</title>
<updated>2025-02-11T17:43:27+00:00</updated>
<author>
<name>Aaron Siddhartha Mondal</name>
<email>aaron@tracemachina.com</email>
</author>
<published>2025-02-11T17:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=55ae118db7c36fb88994e072e424cb66d1f34e74'/>
<id>55ae118db7c36fb88994e072e424cb66d1f34e74</id>
<content type='text'>
If the list of filtered files was empty the check would process every
file in the diff.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the list of filtered files was empty the check would process every
file in the diff.</pre>
</div>
</content>
</entry>
<entry>
<title>[GitHub] Correct word in commit access request greeting</title>
<updated>2025-02-11T10:28:31+00:00</updated>
<author>
<name>David Spickett</name>
<email>david.spickett@linaro.org</email>
</author>
<published>2025-02-11T10:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=19fc8e384680eca405b0f1cda9da5f5b2d1f91ab'/>
<id>19fc8e384680eca405b0f1cda9da5f5b2d1f91ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][GitHub] Move PR project status to Done once backport PR is made (#126374)</title>
<updated>2025-02-10T21:06:51+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2025-02-10T21:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cd26c112b224180bfc9ff23fbe04deb3322a18d8'/>
<id>cd26c112b224180bfc9ff23fbe04deb3322a18d8</id>
<content type='text'>
It's common to use the /cherry-pick command on a PR to create a backport
request. However, this creates a lot of clutter in the LLVM Release
Status project, because we end up with two items in the project, one for
the original PR and one for the new PR.

This change will set the status of the original PR to Done once the new
PR (for the release branch) is created. This will save release managers
a lot of work of having to manually updated the status for PRs that
contain backport requests.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's common to use the /cherry-pick command on a PR to create a backport
request. However, this creates a lot of clutter in the LLVM Release
Status project, because we end up with two items in the project, one for
the original PR and one for the new PR.

This change will set the status of the original PR to Done once the new
PR (for the release branch) is created. This will save release managers
a lot of work of having to manually updated the status for PRs that
contain backport requests.</pre>
</div>
</content>
</entry>
<entry>
<title>workflows: Add some automation for commit access requests (#123113)</title>
<updated>2025-01-31T04:05:05+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2025-01-31T04:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f8ef2699d860aea97750953f1b79db8ef7574e82'/>
<id>f8ef2699d860aea97750953f1b79db8ef7574e82</id>
<content type='text'>
* Greet the user and ask them to read the developer policy.
* Post their contribution stats on the issue.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Greet the user and ask them to read the developer policy.
* Post their contribution stats on the issue.</pre>
</div>
</content>
</entry>
</feed>
