theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 310 forks source link

Setup actions to automatically manage Project board flow #1101

Closed jason0x43 closed 4 years ago

jason0x43 commented 4 years ago

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:

  1. Move an issue from "to do" to "in progress" when it's assigned or when a PR is opened that links to it
  2. Assign a user to an issue (if possible) when they submit a PR that links to an issue
jason0x43 commented 4 years ago

This was a duplicate of #1108. Closed by https://github.com/theintern/intern/commit/b4c434a052d0e18e03ae1ce82451672ff042ed70