Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update backport workflow to use default GITHUB_TOKEN
Use the default token injected into workflows since the GH_BOT_ACCESS_TOKEN is revoked. The default token doesn't have the permission used for unassigning default reviewers. If you don't have it, you get cryptic comments posted back on the PR after the backport PRs are opened with the message `Validation Failed: "Could not resolve to a node with the global id of '<NODE ID>."` Like in grafana/pyroscope#3557 (comment) Behavior was documented in grafana/grafana-github-actions#226 and made configurable in grafana/grafana-github-actions#227 `removeDefaultReviewers: false` instructs the workflow to not try to avoid the error but will of course not remove the default reviewers assigned on the backport PR.
- Loading branch information