Skip to content

Commit

Permalink
Merge pull request #129 from dafnaassaf/hotfix/fix-wait-for-pr-checks…
Browse files Browse the repository at this point in the history
…-to-complete-2

fix(github): fix wait for pr checks to complete
  • Loading branch information
thatkookooguy authored Jun 1, 2022
2 parents f9b9ad6 + 0e53ea4 commit 0bed484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
hotfixAgainstBranch: main
openPrAgainstBranch: beta
jobName: git-flow-finish-hotfix
```
## Contributors ✨
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ inputs:
openPrAgainstBranch:
required: true
description: 2nd branch (usually develop)
jobName:
required: true
description: the github workflow job name which runs this github action
sharedLabels:
required: false
description: comma separated list of labels to add to BOTH PRs
Expand Down

0 comments on commit 0bed484

Please sign in to comment.