Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 1e8978c

Browse files
Merge pull request #14 from githubtraining/merge-before-pr
update staging-test with master
2 parents c3c6ae2 + 6e05137 commit 1e8978c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ steps:
196196
- type: mergeBranch
197197
head: aws-configuration
198198
base: master
199+
200+
# merge master into staging-test so staging-test has the appropriate updates
201+
- type: mergeBranch
202+
head: master
203+
base: staging-test
199204

200205
# we must prepare next pr now so we can point to it. We ask the user to test this action by adding a label
201206
- type: createPullRequest

0 commit comments

Comments
 (0)