Skip to content

Commit

Permalink
#10
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanth-sams committed Jul 24, 2020
1 parent 6ac3aa2 commit 391c08d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/create-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
name: Create Pull Request
on:
push:
branches:
- master
pull_request:
branches:
- master
on: push
jobs:
createPullRequest:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
ref: master
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1.7.2
uses: peter-evans/create-pull-request@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch-suffix: none
Expand Down

0 comments on commit 391c08d

Please sign in to comment.