🚀 Help with GitHub Actions for Moving Issues Between Repos
I have a GitHub organization with three repositories:
frontend
backend
research
Currently, I have one GitHub Project board connected only to the frontend repo. All issues created (or added to the board) end up in the frontend repo, even if they are meant for another repo.
Here’s what I’d like to do:
I have a custom field on the board called “Work Repo” (which specifies whether the issue belongs to frontend, backend, or research).
I want to write a GitHub Action/workflow that reads the value of the “Work Repo” field and automatically moves the issue to the correct repo.
0 Replies