Skip to content
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

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

himdel
Copy link
Collaborator

@himdel himdel commented Oct 14, 2021

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

@himdel himdel added backport-4.2 This PR should be backported to stable-4.2 (1.2) backport-4.3 This PR should be backported to stable-4.3 (2.0) backport-4.4 This PR should be backported to stable-4.4 (2.1) labels Oct 14, 2021
…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
@himdel himdel force-pushed the backported-labels branch from b33ed1c to ac05e9e Compare October 14, 2021 00:48
@newswangerd newswangerd merged commit 825086d into ansible:master Oct 14, 2021
@patchback
Copy link

patchback bot commented Oct 14, 2021

Backport to stable-4.2: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-4.2/825086dd15288bd1019adb21061c263b3e0113f1/pr-1025

Backported as #1027

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 14, 2021
…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)
@patchback
Copy link

patchback bot commented Oct 14, 2021

Backport to stable-4.3: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-4.3/825086dd15288bd1019adb21061c263b3e0113f1/pr-1025

Backported as #1028

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 14, 2021
…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)
@patchback
Copy link

patchback bot commented Oct 14, 2021

Backport to stable-4.4: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-4.4/825086dd15288bd1019adb21061c263b3e0113f1/pr-1025

Backported as #1029

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 14, 2021
…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)
@himdel himdel deleted the backported-labels branch October 14, 2021 14:39
newswangerd pushed a commit that referenced this pull request Oct 14, 2021
…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]>
@github-actions github-actions bot added the backported-4.4 This PR has been backported to stable-4.4 (2.1) label Oct 14, 2021
newswangerd pushed a commit that referenced this pull request Oct 19, 2021
…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]>
newswangerd pushed a commit that referenced this pull request Oct 19, 2021
…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]>
@github-actions github-actions bot added backported-4.2 This PR has been backported to stable-4.2 (1.2) backported-4.3 This PR has been backported to stable-4.3 (2.0) labels Oct 19, 2021
jctanner pushed a commit to jctanner/galaxy_ng that referenced this pull request Dec 1, 2021
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-4.2 This PR should be backported to stable-4.2 (1.2) backport-4.3 This PR should be backported to stable-4.3 (2.0) backport-4.4 This PR should be backported to stable-4.4 (2.1) backported-4.2 This PR has been backported to stable-4.2 (1.2) backported-4.3 This PR has been backported to stable-4.3 (2.0) backported-4.4 This PR has been backported to stable-4.4 (2.1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants