Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Felix 11 Update workflow using github token #36

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading