Skip to content

Commit

Permalink
Merge pull request #236 from stackrox/master
Browse files Browse the repository at this point in the history
sync: master to stage
  • Loading branch information
stehessel authored May 2, 2024
2 parents 38ac0da + 81f5c6f commit 2b7d9ec
Show file tree
Hide file tree
Showing 14 changed files with 883 additions and 60 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-prod-from-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
uses: actions/checkout@v4
- name: Opening pull request
id: pull
uses: tretuna/[email protected]
# Need master for LABELS option.
uses: tretuna/sync-branches@master
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "stage"
TO_BRANCH: "production"
LABELS: automerge
LABELS: '["automerge"]'
5 changes: 3 additions & 2 deletions .github/workflows/sync-stage-from-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
uses: actions/checkout@v4
- name: Opening pull request
id: pull
uses: tretuna/[email protected]
# Need master for LABELS option.
uses: tretuna/sync-branches@master
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "master"
TO_BRANCH: "stage"
LABELS: automerge
LABELS: '["automerge"]'
Loading

0 comments on commit 2b7d9ec

Please sign in to comment.