File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 1- # find -pull-request-action
1+ # approve -pull-request-action
22
3- A GitHub Action for finding pull requests.
3+ A GitHub Action for approving pull requests.
44
55## Usage
66
77``` yaml
88steps :
9- - uses : juliangruber/find-pull-request-action@master
10- id : find-pull-request
9+ - uses : juliangruber/approve-pull-request-action@master
1110 with :
1211 github-token : ${{ secrets.GITHUB_TOKEN }}
13- branch : my-branch-name
14- - run : echo "Your Pull Request has number ${number}"
15- if : success() && steps.find-pull-request.outputs.number
16- env :
17- number : ${{ steps.find-pull-request.outputs.number }}
12+ number : 1
1813` ` `
1914
20- Currently this will find a single open PR based on given ` branch` input. For more options please open an issue.
21-
2215## License
2316
2417MIT
You can’t perform that action at this time.
0 commit comments