|
Revision tags: llvmorg-20.1.0, llvmorg-20.1.0-rc3, llvmorg-20.1.0-rc2, llvmorg-20.1.0-rc1, llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0, llvmorg-19.1.0-rc4, llvmorg-19.1.0-rc3, llvmorg-19.1.0-rc2, llvmorg-19.1.0-rc1, llvmorg-20-init, llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5, llvmorg-17.0.4, llvmorg-17.0.3, llvmorg-17.0.2, llvmorg-17.0.1, llvmorg-17.0.0, llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3, llvmorg-17.0.0-rc2, llvmorg-17.0.0-rc1, llvmorg-18-init, llvmorg-16.0.6, llvmorg-16.0.5, llvmorg-16.0.4, llvmorg-16.0.3, llvmorg-16.0.2, llvmorg-16.0.1, llvmorg-16.0.0, llvmorg-16.0.0-rc4, llvmorg-16.0.0-rc3, llvmorg-16.0.0-rc2, llvmorg-16.0.0-rc1, llvmorg-17-init, llvmorg-15.0.7, llvmorg-15.0.6, llvmorg-15.0.5, llvmorg-15.0.4, llvmorg-15.0.3, llvmorg-15.0.2, llvmorg-15.0.1, llvmorg-15.0.0, llvmorg-15.0.0-rc3, llvmorg-15.0.0-rc2, llvmorg-15.0.0-rc1, llvmorg-16-init |
|
| #
f673dcc6 |
| 26-Jul-2022 |
Tom Stellard <[email protected]> |
github: Automatically assign reviewers for backport requests
When there is a backport request, the GitHub Action that handles the backport will now automatically assign the issue to the user(s) who
github: Automatically assign reviewers for backport requests
When there is a backport request, the GitHub Action that handles the backport will now automatically assign the issue to the user(s) who approved the commit in Phabricator and create an issue comment asking them to review the request.
Reviewed By: thieta, kwk
Differential Revision: https://reviews.llvm.org/D126423
show more ...
|
| #
17d4796c |
| 26-Jul-2022 |
Tom Stellard <[email protected]> |
github: Fix release automation /branch command with new repo
We started using the llvm/llvm-project-release-prs repo for backport pull requests, but since this repo is not a fork of llvm/llvm-projec
github: Fix release automation /branch command with new repo
We started using the llvm/llvm-project-release-prs repo for backport pull requests, but since this repo is not a fork of llvm/llvm-project it will reject pull requests from other repos. In order to fix this, when ever someone uses the /branch command to request a branch be merged into the release branch, we first copy the branch to the llvm-project-release-prs repo and then create the pull request.
Reviewed By: thieta
Differential Revision: https://reviews.llvm.org/D126940
show more ...
|
| #
51eaaa30 |
| 15-Jul-2022 |
Tom Stellard <[email protected]> |
github: Add a helpful message for issues without milestones
The /branch and /cherry-pick commands only work when an isssue has a milestone, so give the user a helpful error message when they try the
github: Add a helpful message for issues without milestones
The /branch and /cherry-pick commands only work when an isssue has a milestone, so give the user a helpful error message when they try these commands on issue without a milestone.
Reviewed By: thieta, kwk
Differential Revision: https://reviews.llvm.org/D125744
show more ...
|
|
Revision tags: llvmorg-14.0.6, llvmorg-14.0.5 |
|
| #
fde9ef52 |
| 02-Jun-2022 |
Tobias Hieta <[email protected]> |
[NFC][workflow] Fix issue where the workflow would say all PR's already exists
|
| #
49ad577c |
| 27-May-2022 |
Tobias Hieta <[email protected]> |
[workflow] Don't fail workflow if we already have a PR for an issue
When running /cherry-pick several times you will get an error when it tries to create a new PR since there already is one.
This c
[workflow] Don't fail workflow if we already have a PR for an issue
When running /cherry-pick several times you will get an error when it tries to create a new PR since there already is one.
This checks if we have PR first.
Fixes #54862
Reviewed By: tstellar
Differential Revision: https://reviews.llvm.org/D123657
show more ...
|
|
Revision tags: llvmorg-14.0.4 |
|
| #
21c060c4 |
| 23-May-2022 |
Tom Stellard <[email protected]> |
github: Switch release PR repository to llvm/llvm-project-release-prs
As discussed in https://discourse.llvm.org/t/creating-a-new-repository-for-release-branch-pull-requests/61339
Reviewed By: asl
github: Switch release PR repository to llvm/llvm-project-release-prs
As discussed in https://discourse.llvm.org/t/creating-a-new-repository-for-release-branch-pull-requests/61339
Reviewed By: asl
Differential Revision: https://reviews.llvm.org/D125851
show more ...
|
|
Revision tags: llvmorg-14.0.3, llvmorg-14.0.2, llvmorg-14.0.1 |
|
| #
1889170a |
| 08-Apr-2022 |
Tobias Hieta <[email protected]> |
workflow: When updating the issueXX branch, use force push
Otherwise if you try to update the branch with a new /cherry-pick from the same issue you will run into problems similar as to the one show
workflow: When updating the issueXX branch, use force push
Otherwise if you try to update the branch with a new /cherry-pick from the same issue you will run into problems similar as to the one shown in this workflow: https://github.com/llvm/llvm-project/runs/5864672298?check_suite_focus=true
Reviewed By: tstellar
Differential Revision: https://reviews.llvm.org/D123365
show more ...
|
| #
3929f913 |
| 25-Mar-2022 |
Tom Stellard <[email protected]> |
Release Workflow: Remove cherry-pick-failed label when pull request is created
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D121032
|
|
Revision tags: llvmorg-14.0.0, llvmorg-14.0.0-rc4, llvmorg-14.0.0-rc3, llvmorg-14.0.0-rc2, llvmorg-14.0.0-rc1 |
|
| #
daf82a51 |
| 03-Feb-2022 |
Tom Stellard <[email protected]> |
github: Add actions to automate part of the release workflow
This adds support for automatically cherry-picking and testing fixes for the release branch using 'commands' in issue comments. The two
github: Add actions to automate part of the release workflow
This adds support for automatically cherry-picking and testing fixes for the release branch using 'commands' in issue comments. The two supported commands are:
/cherry-pick <commit1> <commit2> ...
Which will backport and test commits from main. And also
/branch owner/repo/branch
Which will test commits from the given branch.
Reviewed By: alexbatashev, kwk
Differential Revision: https://reviews.llvm.org/D117386
show more ...
|
|
Revision tags: llvmorg-15-init, llvmorg-13.0.1, llvmorg-13.0.1-rc3 |
|
| #
a2adebf4 |
| 15-Jan-2022 |
Tom Stellard <[email protected]> |
workflows: Make issue-subscriber more robust for labels with special characters
Also, replace the existing actionscript implementation with a python script that can be run outside of GitHub Actions.
workflows: Make issue-subscriber more robust for labels with special characters
Also, replace the existing actionscript implementation with a python script that can be run outside of GitHub Actions. The intention is that going forward, all github action functionality would be implemented in this script.
Reviewed By: kwk
Differential Revision: https://reviews.llvm.org/D116762
show more ...
|