Skip to content

Commit

Permalink
Merge pull request #1254 from yubiuser/sync_back
Browse files Browse the repository at this point in the history
Use github cli to sync master back to development
  • Loading branch information
PromoFaux authored Dec 15, 2022
2 parents a787e29 + 6ed70c2 commit 6566662
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/sync-back-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,8 @@ jobs:
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.1.0
- name: Opening pull request
id: pull
uses: tretuna/[email protected]
with:
run: gh pr create -B dev -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FROM_BRANCH: 'master'
TO_BRANCH: 'dev'
- name: Label the pull request to ignore for release note generation
uses: actions-ecosystem/action-add-labels@v1
with:
labels: internal
repo: ${{ github.repository }}
number: ${{ steps.pull.outputs.PULL_REQUEST_NUMBER }}

0 comments on commit 6566662

Please sign in to comment.