Skip to content

Commit

Permalink
[pick]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Feb 7, 2024
1 parent daf9cac commit ed90458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please conduct a thorough self-review before opening the PR.

- [ ] I am confident that the code works.
- [ ] I have updated documentation where appropriate.
- [ ] If the PR is `non-breaking`, I have added `non-breaking` to the title of the PR.
- [ ] If the PR is `non-breaking`, I have added `[pick]` to the title of the PR.

## Summary

Expand All @@ -17,4 +17,4 @@ Please conduct a thorough self-review before opening the PR.

#### Non-Breaking changes

If this PR includes non-breaking changes, you can add `non-breaking` to the title of the PR. This will create a PR against the latest release branch.
If this PR includes non-breaking changes, you can add `[pick]` to the title of the PR. This will create a PR against the latest release branch.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ run-name: Cherry pick `${{ github.sha }}` to release branch

jobs:
cherry-pick:
if: github.event.head_commit.message =~ /\[pick\]/
if: contains(github.event.head_commit.message, '[pick]')
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
Expand Down

0 comments on commit ed90458

Please sign in to comment.