setup_labels.yml creates or updates repository label metadata from
.github/ci-config.yml.
Always generated.
main that change .github/ci-config.ymlworkflow_dispatchuses: athackst/ci/actions/setup-labels@main
See setup-labels for the composite
action contract.
The generated workflow does not declare an explicit permissions block. It
uses secrets.CI_BOT_TOKEN when available, falling back to github.token.
The token must be able to create and update repository labels. issues: write
is typically sufficient for that operation.
.github/ci-config.yml.