Skip to content

Commit

Permalink
🌱 use gh app for cherry pick (#1759)
Browse files Browse the repository at this point in the history
<!--
## PR Title Prefix

Every **PR Title** should be prefixed with :text: to indicate its type.

- Breaking change: ⚠️ (`⚠️`)
- Non-breaking feature: ✨ (`✨`)
- Patch fix: πŸ› (`πŸ›`)
- Docs: πŸ“– (`πŸ“–`)
- Infra/Tests/Other: 🌱 (`🌱`)
- No release note: πŸ‘» (`πŸ‘»`)

For example, a pull request containing breaking changes might look like
`⚠️ My pull request contains breaking changes`.

Since GitHub supports emoji aliases (ie. `πŸ‘»`), there is no need to
include
the emoji directly in the PR title -- **please use the alias**. It used
to be
the case that projects using emojis for PR typing had to include the
emoji
directly because GitHub didn't render the alias. Given that `⚠️`
is
easy enough to read as text, easy to parse in release tooling, and
rendered in
GitHub well, we prefer to standardize on the alias.

For more information, please see the Konveyor
[Versioning
Doc](https://github.com/konveyor/release-tools/blob/main/VERSIONING.md).
-->

Signed-off-by: David Zager <[email protected]>
Co-authored-by: Ian Bolton <[email protected]>
  • Loading branch information
djzager and ibolton336 authored Mar 12, 2024
1 parent 26955b1 commit c2ef03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
pull-requests: write
contents: write
if: github.event.pull_request.merged == true
secrets: inherit
uses: konveyor/release-tools/.github/workflows/cherry-pick.yml@main

0 comments on commit c2ef03c

Please sign in to comment.