-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backported-labels workflow: run on stable-* watching for merges, add backported-* label to backported PRs #1025
Conversation
…backported-* label to backported PRs Adding a workflow that updates a backported PR with a backported-* label once merged in a stable-* branch. It's watching for commit messages ending with `foo (#123) (#456)`, and using the penultimate PR number, the format patchback uses. Identical to the UI version ( ansible/ansible-hub-ui#428 ) No-Issue
b33ed1c
to
ac05e9e
Compare
Backport to stable-4.2: 💚 backport PR created✅ Backport PR branch: Backported as #1027 🤖 @patchback |
…backported-* label to backported PRs (#1025) Adding a workflow that updates a backported PR with a backported-* label once merged in a stable-* branch. It's watching for commit messages ending with `foo (#123) (#456)`, and using the penultimate PR number, the format patchback uses. Identical to the UI version ( ansible/ansible-hub-ui#428 ) No-Issue (cherry picked from commit 825086d)
Backport to stable-4.3: 💚 backport PR created✅ Backport PR branch: Backported as #1028 🤖 @patchback |
…backported-* label to backported PRs (#1025) Adding a workflow that updates a backported PR with a backported-* label once merged in a stable-* branch. It's watching for commit messages ending with `foo (#123) (#456)`, and using the penultimate PR number, the format patchback uses. Identical to the UI version ( ansible/ansible-hub-ui#428 ) No-Issue (cherry picked from commit 825086d)
Backport to stable-4.4: 💚 backport PR created✅ Backport PR branch: Backported as #1029 🤖 @patchback |
…backported-* label to backported PRs (#1025) Adding a workflow that updates a backported PR with a backported-* label once merged in a stable-* branch. It's watching for commit messages ending with `foo (#123) (#456)`, and using the penultimate PR number, the format patchback uses. Identical to the UI version ( ansible/ansible-hub-ui#428 ) No-Issue (cherry picked from commit 825086d)
…backported-* label to backported PRs (#1025) (#1029) Adding a workflow that updates a backported PR with a backported-* label once merged in a stable-* branch. It's watching for commit messages ending with `foo (#123) (#456)`, and using the penultimate PR number, the format patchback uses. Identical to the UI version ( ansible/ansible-hub-ui#428 ) No-Issue (cherry picked from commit 825086d) Co-authored-by: Martin Hradil <[email protected]>
…backported-* label to backported PRs (#1025) (#1027) Adding a workflow that updates a backported PR with a backported-* label once merged in a stable-* branch. It's watching for commit messages ending with `foo (#123) (#456)`, and using the penultimate PR number, the format patchback uses. Identical to the UI version ( ansible/ansible-hub-ui#428 ) No-Issue (cherry picked from commit 825086d) Co-authored-by: Martin Hradil <[email protected]>
…backported-* label to backported PRs (#1025) (#1028) Adding a workflow that updates a backported PR with a backported-* label once merged in a stable-* branch. It's watching for commit messages ending with `foo (#123) (#456)`, and using the penultimate PR number, the format patchback uses. Identical to the UI version ( ansible/ansible-hub-ui#428 ) No-Issue (cherry picked from commit 825086d) Co-authored-by: Martin Hradil <[email protected]>
…backported-* label to backported PRs (ansible#1025) Adding a workflow that updates a backported PR with a backported-* label once merged in a stable-* branch. It's watching for commit messages ending with `foo (ansible#123) (#456)`, and using the penultimate PR number, the format patchback uses. Identical to the UI version ( ansible/ansible-hub-ui#428 ) No-Issue
Adding a workflow that updates a backported PR with a backported-* label once merged in a stable-* branch.
It's watching for commit messages ending with
foo (#123) (#456)
, and using the penultimate PR number, the format patchback uses.Identical to the UI version ( ansible/ansible-hub-ui#428 )
Cc @newswangerd