Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
Signed-off-by: Ericpotato <[email protected]>
  • Loading branch information
Ericpotato committed Nov 18, 2024
1 parent d36a73c commit 4dc004a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simple-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
types: [created]
jobs:
cherry-pick:
name: Cherry Pick
name: Cherry Pick #test comments 2222
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/cherry-pick')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }} #test comments
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Cherry Pick
uses: tier4/simple-cherry-pick@v1
Expand Down

0 comments on commit 4dc004a

Please sign in to comment.