Skip to content

Commit

Permalink
Update merge_master_to_develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed Dec 8, 2019
1 parent 5a918de commit dfe4208
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/merge_master_to_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: pull-request
uses: repo-sync/pull-request@v2
with:
#source_branch: "master" # If blank, default: triggered branch
source_branch: "master" # If blank, default: triggered branch
destination_branch: "develop" # If blank, default: master
pr_title: "Merge ${{ github.ref }} into develop"
pr_body: "Automatically generated PR to keep develop in sync with master. See .github/workflows/merge_master_to_develop.yml" # Full markdown support, requires pr_title to be set
Expand Down

0 comments on commit dfe4208

Please sign in to comment.