What happened:
The "First-time contributor welcome" workflow (first-time-contributor.yaml) fails with
a startup error for all first-time contributors because actions/github-script@v7 is
not in the repository's allowed GitHub Actions list.
Error message:
The action actions/github-script@v7 is not allowed in pipe-cd/pipecd.
Issues all actions must be from a repository owned by your enterprise
or match one of the patterns: [...]
Impact:
Every first-time contributor sees a failing CI check on their PR, which can be
confusing and discouraging for new contributors.
References:
What happened:
The "First-time contributor welcome" workflow (
first-time-contributor.yaml) fails witha startup error for all first-time contributors because
actions/github-script@v7isnot in the repository's allowed GitHub Actions list.
Error message:
Impact:
Every first-time contributor sees a failing CI check on their PR, which can be
confusing and discouraging for new contributors.
References:
.github/workflows/first-time-contributor.yaml(line 15)