Skip to content

Commit

Permalink
Pr action12 (#120)
Browse files Browse the repository at this point in the history
* update

* update
  • Loading branch information
yuokamoto authored Nov 3, 2023
1 parent cab4a96 commit 3c4947d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
# if: ${{ matrix.version }} != ${{ github.base_ref }}
with:
ref: ${{ matrix.version }}
- name: Debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo ${{ matrix.version }}, ${{ github.base_ref }}, $GITHUB_SHA. ${{ github.event.pull_request.user.login }}
echo $GITHUB_TOKEN
echo ${{ secrets.GITHUB_TOKEN }}
- name: Cherry pick and create PR
# if: ${{ matrix.version }} != ${{ github.base_ref }}
env:
Expand All @@ -54,6 +61,11 @@ jobs:
cherry-pick
reviewers: |
${{ github.event.pull_request.user.login }}
token: ${{ secrets.GITHUB_TOKEN }}
cherry-pick-branch: auto_created_${{ matrix.version }}_$GITHUB_SHA
title: '[cherry-pick to ${{ matrix.version }} from ${{ github.base_ref }}] {old_title}'
body: 'Cherry picking #{old_pull_request_id} onto this branch'


# - name: create branch
# if: ${{ matrix.version }} != ${{ github.base_ref }}
Expand Down

0 comments on commit 3c4947d

Please sign in to comment.