Why?
We want to automate assigning issues to projects. This PR uses a github action that we use in other projects and is triggered on label events and when the labels match type/docs it adds it to the technical documentation project
Additional changes
I had to add a new secret to this repository called GH_BOT_ACCESS_TOKEN as it is required by this action to be able to work properly
Why? We want to automate assigning issues to projects. This PR uses a github action that we use in other projects and is triggered on label events and when the labels match
type/docs
it adds it to the technical documentation projectAdditional changes
GH_BOT_ACCESS_TOKEN
as it is required by this action to be able to work properly