-
Notifications
You must be signed in to change notification settings - Fork 3
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
Tasks
- Set up GitHub App at https://github.com/settings/apps/new with webhook url,
Projectspermission under BOTHRepositoryandOrganization- Create a GitHub organization, add a project board, and install this app to it.
- Migrate to either
octokit/apporprobotfor listening to webhooks, removefastify octokit/restcan be removed from project- remove the need for GITHUB_TOKEN as token and authentications are handled by Step 2.
- Update references to
repositoryinprepareMessage, for events from organization project boards, the webhook will not include arepositoryinstead, it will include aorganization. So use the organization name in the footer instead of repo name. - Update CONTRIBUTING.md with steps to set up a github app and add private key, secrets, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request