Intern now has a project for Intern 5. Unfortunately, GitHub's automation rules for the project don't quite match up with how our board runs. Specifically, we only want issues on the board, not PRs, and we want to move issues to "in progress" when they're assigned or when there's an attached PR.
Find an existing action, or write a new one, that can do the following:
Move an issue from "to do" to "in progress" when it's assigned or when a PR is opened that links to it
Assign a user to an issue (if possible) when they submit a PR that links to an issue
Intern now has a project for Intern 5. Unfortunately, GitHub's automation rules for the project don't quite match up with how our board runs. Specifically, we only want issues on the board, not PRs, and we want to move issues to "in progress" when they're assigned or when there's an attached PR.
Find an existing action, or write a new one, that can do the following: