Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michalinacienciala committed Oct 23, 2023
1 parent 919718c commit ce44580
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Open/update a PR from `main` to `stage-live`
id: pull
uses: tretuna/sync-branches@3428e61731dfc1b0c92e574a89f612c37340cad9
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -21,3 +22,7 @@ jobs:
PULL_REQUEST_TITLE: "🪄 [QA] Update stage environments"
PULL_REQUEST_BODY: "This is a pull request that upon merging will update stage environments with recent `main` changes."
LABELS: '["deployment2"]'
- uses: studroid/label-pr-or-issue-action@v1
with:
pr-or-issue-number: ${{ steps.pull.outputs.PULL_REQUEST_NUMBER }}
label: "development2"

0 comments on commit ce44580

Please sign in to comment.