pvandervelde / glitch_guardian

A probot derived bot that handles github project, issue and PR maintenance
Apache License 2.0
0 stars 0 forks source link

Create a Github bot to add issues to a project #1

Open pvandervelde opened 3 months ago

pvandervelde commented 3 months ago

That way we don't have to use Github Actions (and thus burn our action minutes) .

Tasks

pvandervelde commented 2 months ago

This is currently on hold because I haven't been able to figure out the appropriate authentication steps for a github app to make changes to a project in a personal space. The documentation is rather sparse. The best current approach can be found on the receive_gh_issue_creation branch.