Backport Test

This commit is contained in:
Yuhong Sun 2024-10-27 15:59:52 -07:00
parent 7dc06bfbe5
commit 1f2be542f0

View File

@ -12,6 +12,8 @@ jobs:
backport:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.YUHONG_GH_ACTIONS }}
steps:
- name: Checkout code
uses: actions/checkout@v3
@ -96,5 +98,3 @@ jobs:
# Push the changes and tag to the stable branch using PAT
git push origin ${{ steps.list-branches.outputs.stable }} --force
git push origin ${{ steps.list-branches.outputs.new_stable_tag }}
env:
GITHUB_TOKEN: ${{ secrets.YUHONG_GH_ACTIONS }}