Skip to content

Commit

Permalink
Merge pull request #36 from voltgizerz/felix_11_improvement_refactor_…
Browse files Browse the repository at this point in the history
…code_core

Felix 11 Update workflow using github token
  • Loading branch information
voltgizerz committed Jun 28, 2024
2 parents 6ef87b8 + a211e7b commit 61f4191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
reviewers:
# The default reviewers
defaults:
- repository-owners # group
- general # group

# Reviewer groups each of which has a list of GitHub usernames
groups:
repository-owners:
- voltgizerz
general:
- voltgizerz
- hemite123


files:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-reviewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Request review based on files changes and/or groups the author belongs to
uses: necojackarc/auto-request-review@v0.12.0
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
config: '.github/reviewers.yml' # Config file location override
# Look for config locally during run instead of in repo.
# For instance, if you'd like to use a config file stored in external storage,
Expand Down

0 comments on commit 61f4191

Please sign in to comment.