Closed ThisIsMissEm closed 2 months ago
Non-normative/housekeeping infrastructure, PR approved, 7 day review period passed, no objections, merging.
This needed the GITHUB_SECRET
set on the repository, which requires an automated GitHub account for SWICG, which @evanp said he was looking into
@ThisIsMissEm yep, makes sense, we'll add the GITHUB_SECRET
token in a separate PR.
@ThisIsMissEm yep, makes sense, we'll add the
GITHUB_SECRET
token in a separate PR.
It's not a separate PR, it's creating an account and setting an Secret value in the repository settings: https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions
Until that's set, any label change may result in a CI failure
This should help to explain what Needs FEP means, and why issues labelled with it may be closed.
Note: This requires a
GITHUB_TOKEN
secret to be set on the repositoryThis is based on this guide from GitHub.