-
Notifications
You must be signed in to change notification settings - Fork 11
Support backporting before _and_ after PR is merged [DI-685] #342
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for pedantic-goldberg-f76ec1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| label-to-check-for: '["backport to ${{ matrix.branch }}"]' | ||
| target-branch: v/${{ matrix.branch }} | ||
| secrets: inherit | ||
| BACKPORT_PREFIX: "backport to" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing labels should be added, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing labels should be added, right?
What do you mean?
| branch: ['v/5.11','v/5.12','v/5.13','v/5.14','v/5.15'] | ||
| uses: hazelcast/hz-docs/.github/workflows/backport-workflow.yml@main | ||
| with: | ||
| label-to-check-for: '["backport starting from 5.11"]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it mean that bulk backporting will be dropped?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it mean that bulk backporting will be dropped?
Yes, see hazelcast/hz-docs#2003:
as such, the backport to all versions functionality has been removed
Fixes: DI-685
See hazelcast/hz-docs#2003
Post-merge actions:
backport to all versions) from all doc reposbackport to 5.6) in all doc repos