Skip to content

Commit

Permalink
chore: allow manual prepare from anyone
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 19, 2021
1 parent 6ddca3f commit b6efb49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/shipjs-manual-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
jobs:
manual_prepare:
if: |
github.event_name == 'issue_comment' &&
(github.event.comment.author_association == 'member' || github.event.comment.author_association == 'owner') &&
startsWith(github.event.comment.body, '@shipjs prepare')
github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '@shipjs prepare')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b6efb49

Please sign in to comment.