-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1068ee3
commit 1893711
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,17 +12,13 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
# - name: Set up Node | ||
# uses: actions/setup-node@v1 | ||
# with: | ||
# node-version: 12 | ||
- name: Open/update a PR from `main` to `stage-live` | ||
id: pull | ||
uses: tretuna/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
FROM_BRANCH: "main" | ||
TO_BRANCH: "stage-live" | ||
# PULL_REQUEST_TITLE: "Update stage environments" | ||
# PULL_REQUEST_BODY: "This is an automated pull request that will update stage environments with recent `main` changes." | ||
# REVIEWERS: "andreachapman" | ||
PULL_REQUEST_TITLE: "Update stage environments" | ||
PULL_REQUEST_BODY: "This is an automated pull request that will update stage environments with recent main changes." | ||
REVIEWERS: "andreachapman" |