w3c / activitypub

http://w3c.github.io/activitypub/
Other
1.24k stars 78 forks source link

Add GitHub Action that automatically comments on issues labelled as Needs FEP #460

Closed ThisIsMissEm closed 2 months ago

ThisIsMissEm commented 2 months ago

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 repository

This is based on this guide from GitHub.

dmitrizagidulin commented 2 months ago

Non-normative/housekeeping infrastructure, PR approved, 7 day review period passed, no objections, merging.

ThisIsMissEm commented 2 months ago

This needed the GITHUB_SECRET set on the repository, which requires an automated GitHub account for SWICG, which @evanp said he was looking into

dmitrizagidulin commented 2 months ago

@ThisIsMissEm yep, makes sense, we'll add the GITHUB_SECRET token in a separate PR.

ThisIsMissEm commented 2 months ago

@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