-
Notifications
You must be signed in to change notification settings - Fork 40
Fix Action to assign reviewers for Dependabot PRs #2958
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
Conversation
brfrn169
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
komamitsu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
feeblefakie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
# Conflicts: # .github/workflows/assign-dependabot-pr-reviewers.yaml
# Conflicts: # .github/workflows/assign-dependabot-pr-reviewers.yaml
# Conflicts: # .github/workflows/assign-dependabot-pr-reviewers.yaml
# Conflicts: # .github/workflows/assign-dependabot-pr-reviewers.yaml
# Conflicts: # .github/workflows/assign-dependabot-pr-reviewers.yaml
Description
This fixes the
assign-dependabot-pr-reviewers.yamlaction used to assign reviewers to the PR that Dependabot creates.Related issues and/or PRs
Changes made
The
secrets.GITHUB_TOKENprovided by GitHub lacks the necessary permissions to execute the GitHub CLI command to assign PR reviewers. So we need to use a PAT instead.Checklist
Additional notes (optional)
N/A
Release notes
N/A