dotnet / fabricbot-config

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

Automatically move into triager column when a pod member acts on an issue #15

Closed jeffhandley closed 2 years ago

jeffhandley commented 2 years ago

Fixes #7

When a pod member engages on an issue and the issue is still in the Needs Triage column on their board, automatically move the issue into their Triage column (if their triage column uses their GitHub username). This PR also revises the PR Champion column convention applied in #14 to match on "Champion: ${user}" instead of just the username. (There's enough real estate on the columns to keep the "Champion:" prefix on the column name.

jeffhandley commented 2 years ago

This PR will also fix an issue from #14 where PRs opened by pod members weren't moving into their columns because the assignment was happening through fabricbot and other fabricbot tasks don't respond to those events.

jeffhandley commented 2 years ago

This still doesn't seem to be working with comments. https://github.com/dotnet/fabricbot-config/issues/3#issuecomment-1069016875