Corrects columns of Pull Requests in milestone projects #1199
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Edits previous workflow to place PR to the appropriate project column (In Progress / In Review) when it has been given a milestone. Previously PR's were placed in the Backlog column.
Changes to Files
Created custom action: determine-status-column
Edited workflow AddIssueToMilestoneProject
Limitations
I didn't go to the effort of checking whether the PR is open or not in this workflow. If essential functionality, I offer this as an exercise for an alternate contributor. My strong recommendation is just do not add milestones to PR's that are already closed (because: why would you need to do that??)
Fixes
Contributes to #1112 by completing the following task:
openPR (develop repo):