Skip to content

Conversation

@Torch3333
Copy link
Contributor

Description

This fixes the assign-dependabot-pr-reviewers.yaml action used to assign reviewers to the PR that Dependabot creates.

Related issues and/or PRs

Changes made

The secrets.GITHUB_TOKEN provided 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

The following is a best-effort checklist. If any items in this checklist are not applicable to this PR or are dependent on other, unmerged PRs, please still mark the checkboxes after you have read and understood each item.

  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation to reflect the changes.
  • I have considered whether similar issues could occur in other products, components, or modules if this PR is for bug fixes.
  • Any remaining open issues linked to this PR are documented and up-to-date (Jira, GitHub, etc.).
  • Tests (unit, integration, etc.) have been added for the changes.
  • My changes generate no new warnings.
  • Any dependent changes in other PRs have been merged and published.

Additional notes (optional)

N/A

Release notes

N/A

@Torch3333 Torch3333 marked this pull request as ready for review August 22, 2025 01:01
@Torch3333 Torch3333 self-assigned this Aug 22, 2025
@Torch3333 Torch3333 requested review from a team, brfrn169, feeblefakie and komamitsu and removed request for a team August 22, 2025 01:27
@Torch3333 Torch3333 added the github_actions Pull requests that update GitHub Actions code label Aug 22, 2025
Copy link
Collaborator

@brfrn169 brfrn169 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

Copy link
Contributor

@komamitsu komamitsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

Copy link
Contributor

@feeblefakie feeblefakie left a 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 feeblefakie merged commit cb1cbaa into master Aug 26, 2025
155 of 161 checks passed
@feeblefakie feeblefakie deleted the fix_assign_dependabot_pr_reviewers_action branch August 26, 2025 03:51
Torch3333 added a commit that referenced this pull request Aug 26, 2025
# Conflicts:
#	.github/workflows/assign-dependabot-pr-reviewers.yaml
Torch3333 added a commit that referenced this pull request Aug 26, 2025
# Conflicts:
#	.github/workflows/assign-dependabot-pr-reviewers.yaml
Torch3333 added a commit that referenced this pull request Aug 26, 2025
# Conflicts:
#	.github/workflows/assign-dependabot-pr-reviewers.yaml
Torch3333 added a commit that referenced this pull request Aug 26, 2025
# Conflicts:
#	.github/workflows/assign-dependabot-pr-reviewers.yaml
Torch3333 added a commit that referenced this pull request Aug 26, 2025
# Conflicts:
#	.github/workflows/assign-dependabot-pr-reviewers.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants