You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have been working on creating a workflow to put issues with the good first issue label onto a project board.
I've managed to make this work in an organisation, but it doesn't seem to work when using a public repository with a user project not belonging to an organisation.
So I have been working on creating a workflow to put issues with the good first issue label onto a project board.
I've managed to make this work in an organisation, but it doesn't seem to work when using a public repository with a user project not belonging to an organisation.
https://github.com/BennyDeBock/test-gh-actions/runs/7598890181?check_suite_focus=true
TestBoard (view)
Here is the workflow I'm using.
https://github.com/BennyDeBock/test-gh-actions/blob/main/.github/workflows/project-board.yml
Is there something I'm doing wrong? or somewhere that i'm able to specify the url to the project?
@alex-page