dotnet / fabricbot-config

Scripts for managing fabricbot configurations in the dotnet repos
MIT License
4 stars 7 forks source link

Move cards into pod members' columns automatically #32

Closed jeffhandley closed 2 years ago

jeffhandley commented 2 years ago

Closes #3, Closes #7

This defines area pod member data to map between column and user names, and sets up the following rules:

  1. The PR Needs Champion rule does not apply if the PR is assigned to one of the pod members
  2. The PR Champion Assigned rule will add the PR into the pod member's column when: a. The card is already on their board and they become assigned b. The card is not yet on their board but they are assigned and one of the pod's area labels has been applied
  3. The Issue Triage Assigned rule will add the issue into the pod member's column when the card is in the Needs Triage column and a pod member: a. Updates the issue b. Comments on the issue
jeffhandley commented 2 years ago

I'm going to merge this PR for testing in this repo. This functionality will be included in the next round of PRs to the other repos.