Skip to content

Commit

Permalink
Merge pull request #51 from shinGangan/remove/needs
Browse files Browse the repository at this point in the history
remove(ci): `needs` options
  • Loading branch information
shinGangan authored Jul 6, 2024
2 parents 3834151 + c8fc26f commit e2a51d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
# ref: https://github.com/shinGangan/.github/blob/main/.github/workflows/issue.yml
set-author:
needs: [set-label]
if: ${{ success() && contains(github.event.issue.labels.*.name, '🖐️ wish author') }}
if: ${{ contains(github.event.issue.labels.*.name, '🖐️ wish author') }}
permissions:
contents: read
issues: write
Expand Down

0 comments on commit e2a51d7

Please sign in to comment.