<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/.github/workflows/labeler.yml, branch fix_20726</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>ci(labeler): run "type-scope" after "triage"</title>
<updated>2023-08-09T01:27:51+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-08-09T01:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8afdc1f3867a620c8235b3d3964b019b94657190'/>
<id>8afdc1f3867a620c8235b3d3964b019b94657190</id>
<content type='text'>
Problem:    When "triage" job is run after "type-scope" job, it may
            remove labels added by the "type-scope" job.
Solution:   Run "type-scope" job after "triage" job.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When "triage" job is run after "type-scope" job, it may
            remove labels added by the "type-scope" job.
Solution:   Run "type-scope" job after "triage" job.</pre>
</div>
</content>
</entry>
<entry>
<title>ci(labeler): reuse workflow to reduce duplication</title>
<updated>2023-04-22T21:28:39+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2023-04-22T21:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=eee97300ed0f528606e561ffaf43b17faefed612'/>
<id>eee97300ed0f528606e561ffaf43b17faefed612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: remove team reviewers</title>
<updated>2023-04-22T11:50:27+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2023-04-22T11:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=669030ec08042e41d57f74adb4abb836c387930a'/>
<id>669030ec08042e41d57f74adb4abb836c387930a</id>
<content type='text'>
Team reviewers is a nice feature that comes with a severe drawback: it
makes testing the workflows incredibly difficult as they won't work
without a similar token by the tester.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Team reviewers is a nice feature that comes with a severe drawback: it
makes testing the workflows incredibly difficult as they won't work
without a similar token by the tester.</pre>
</div>
</content>
</entry>
<entry>
<title>ci(labeler): add back GitHub token for type-scope</title>
<updated>2023-04-17T11:11:29+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-04-17T11:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b98d195c550ca60d34c0c64dd67bbc1cc233bb71'/>
<id>b98d195c550ca60d34c0c64dd67bbc1cc233bb71</id>
<content type='text'>
It is required by `gh pr edit`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is required by `gh pr edit`.</pre>
</div>
</content>
</entry>
<entry>
<title>ci: remove unnecessary token usage</title>
<updated>2023-04-16T12:16:19+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2023-04-16T12:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=55d346fc2683a18256320eaae75eb4f3137dcced'/>
<id>55d346fc2683a18256320eaae75eb4f3137dcced</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: add team reviewers (#21434)</title>
<updated>2022-12-15T19:40:30+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2022-12-15T19:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ef95174694d705e921ee0271d62badd45f00deaa'/>
<id>ef95174694d705e921ee0271d62badd45f00deaa</id>
<content type='text'>
Using team reviewers when possible reduces the churn on the git history
as we'll be able to add or remove reviewers without needing to change
the workflow files.

This requires using Github fine-grained personal access tokens with Pull
Requests set to "Read and write" and Members to "Read-only".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using team reviewers when possible reduces the churn on the git history
as we'll be able to add or remove reviewers without needing to change
the workflow files.

This requires using Github fine-grained personal access tokens with Pull
Requests set to "Read and write" and Members to "Read-only".</pre>
</div>
</content>
</entry>
<entry>
<title>ci: bump github actions versions #18616</title>
<updated>2022-05-21T03:45:10+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2022-05-21T03:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=12f45fd697961aa57a26a0d620437d4109537c68'/>
<id>12f45fd697961aa57a26a0d620437d4109537c68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: automatic breaking change label</title>
<updated>2022-03-26T12:18:00+00:00</updated>
<author>
<name>Javier López</name>
<email>graulopezjavier@gmail.com</email>
</author>
<published>2022-03-25T19:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ca7d633eaf24fce634fc85c74985044b77ff8a71'/>
<id>ca7d633eaf24fce634fc85c74985044b77ff8a71</id>
<content type='text'>
When the PR title contains the breaking change format apply the
breaking-change label.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the PR title contains the breaking change format apply the
breaking-change label.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: download reviews.js through checkout instead of wget</title>
<updated>2022-02-17T22:30:22+00:00</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-02-17T15:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1d0e38e42cb405c80cd056cba8973840c69b18ed'/>
<id>1d0e38e42cb405c80cd056cba8973840c69b18ed</id>
<content type='text'>
This makes testing the workflows much smoother.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes testing the workflows much smoother.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(reviews): move reviews.js to .github/scripts</title>
<updated>2022-02-17T13:48:14+00:00</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-02-17T12:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b8772376129adbbb5ea04b08c4a62383bfa88d87'/>
<id>b8772376129adbbb5ea04b08c4a62383bfa88d87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
