Skip to content

Commit

Permalink
Improve PR description
Browse files Browse the repository at this point in the history
  • Loading branch information
michalinacienciala authored Oct 23, 2023
1 parent 72a3532 commit 6fed7c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sync-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
FROM_BRANCH: "main"
TO_BRANCH: "stage-live"
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."
PULL_REQUEST_BODY: >
This is a pull request that upon merging will update stage environments with recent `main` changes.\n
The environments that will be updated:\n
* Stage live: https://stage-live--taho-development.netlify.app/
* Stage fork: https://stage-fork--taho-development.netlify.app/
LABELS: '["deployment2"]'
- uses: studroid/label-pr-or-issue-action@v1
with:
Expand Down

0 comments on commit 6fed7c0

Please sign in to comment.