tungbq / devops-toolkit

🐳 Container image for an all-in-one DevOps environment with popular tools like Ansible, Terraform, kubectl, Helm, AWS CLI, Azure CLI, Git, Python and more.
https://hub.docker.com/r/tungbq/devops-toolkit
Apache License 2.0
45 stars 16 forks source link

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

Open tungbq opened 6 months ago

tungbq commented 6 months ago

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