Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed Jun 29, 2024
1 parent 3460b7d commit 40f7a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- stage
- production
- test
types:
- labeled
- unlabeled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-prod-from-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "stage"
TO_BRANCH: "production"
TO_BRANCH: "test"
LABELS: '["automerge"]'
PULL_REQUEST_AUTO_MERGE_METHOD: "merge"
PULL_REQUEST_IS_DRAFT: true

0 comments on commit 40f7a8b

Please sign in to comment.