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 a938d7c commit 66b06f1
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/create-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1.5.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_BASE: master
on:
repository_dispatch:
types: [create-pull-request]
name: create-pull-request workflow
jobs:
createPullRequest:
runs-on: ubuntu-latest
steps:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1.5.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_BASE: master

0 comments on commit 66b06f1

Please sign in to comment.