devops-toolkit icon indicating copy to clipboard operation
devops-toolkit copied to clipboard

ci/bug: The auto labeler CI workflow failed on contributor's PR

Open tungbq opened this issue 3 months ago • 0 comments

GraphQL: Resource not accessible by integration (addLabelsToLabelable

Run gh "$TYPE" edit "$NUMBER" --add-label "$LABELS"
  gh "$TYPE" edit "$NUMBER" --add-label "$LABELS"
  shell: /usr/bin/bash -e {0}
  env:
    GH_TOKEN: ***
    GH_REPO: tungbq/devops-toolkit
    NUMBER: 13[2](https://github.com/tungbq/devops-toolkit/actions/runs/8326544786/job/22782425549#step:3:2)
    TYPE: pr
    LABELS: doc
GraphQL: Resource not accessible by integration (addLabelsToLabelable)
Error: Process completed with exit code 1.

This only happens on the PR created from the contributor forked repository. The PR created by me works fine

See the full log at: https://github.com/tungbq/devops-toolkit/actions/runs/8326544786/job/22782425549#step:3:12

tungbq avatar Mar 18 '24 12:03 tungbq