build(workflows): fix team reviewer slug format in namespace_declarations#12560
Open
Planeshifter wants to merge 1 commit into
Open
build(workflows): fix team reviewer slug format in namespace_declarations#12560Planeshifter wants to merge 1 commit into
namespace_declarations#12560Planeshifter wants to merge 1 commit into
Conversation
…tions` The `namespace_declarations` workflow failed on every daily run with: pull request update failed: GraphQL: Could not resolve team with slug '@stdlib-js/reviewers'. (requestReviewsByLogin) Root cause: `gh pr create --reviewer` expects the `ORG/TEAM` format for teams (no `@` prefix). The previous value `@stdlib-js/reviewers` passed the literal `@` character as part of the slug, which GitHub's GraphQL `requestReviewsByLogin` mutation cannot resolve. Removing the leading `@` yields `stdlib-js/reviewers`, the correct format. Ref: https://github.com/stdlib-js/stdlib/actions/runs/26993196933
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No related issue.
Description
This pull request:
@from the--reviewerflag argument in thenamespace_declarationsworkflow so the team slug resolves correctlyRelated Issues
No related issues.
Questions
No.
Other
Failing run: https://github.com/stdlib-js/stdlib/actions/runs/26993196933
Symptom:
GraphQL: Could not resolve team with slug '@stdlib-js/reviewers'. (requestReviewsByLogin)— exit code 1, fired on every daily run of thenamespace_declarationsworkflow.Root cause:
gh pr create --reviewerexpectsORG/TEAMfor team slugs, not@ORG/TEAM. The@prefix applies to usernames; passing it for a team causes GitHub's GraphQL layer to fail resolution.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was generated by Claude Code as part of an automated CI failure investigation routine.
@stdlib-js/reviewers
Generated by Claude Code