-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Updates GitHub actions dependencies.
- Loading branch information
1 parent
0609e2e
commit 68d2dfb
Showing
4 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
name: Auto assign issues | ||
name: Auto assign issues and pull requests | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
pull_request: | ||
types: | ||
- opened | ||
|
||
jobs: | ||
run: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- name: Assign issues | ||
uses: gustavofreze/auto-assign@1.0.0 | ||
- name: Assign issues and pull requests | ||
uses: gustavofreze/auto-assign@1.1.4 | ||
with: | ||
assignees: '${{ secrets.ASSIGNEES }}' | ||
github_token: '${{ secrets.GITHUB_TOKEN }}' | ||
allow_self_assign: 'true' | ||
allow_no_assignees: 'true' | ||
assignment_options: 'ISSUE' | ||
assignment_options: 'ISSUE,PULL_REQUEST' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters