Community: Automation for GitHub Project Boards

Created on 19 Feb 2021  路  4Comments  路  Source: kubernetes/community

I currently run the Node Triage Board. We _manually_ update it based on these guidelines.

The only automation available that works consistently is moving things to Done when closed or merged.

It would be great to have the support of automation to do the following tasks:

  • Add cards to the Triage column automatically based on the search we use in the "Add Cards" query
  • With maximum priority: All cards with any "do-not-merge/*" labels should be moved to the Waiting on Author column
  • With next priority: All cards without [lgtm, needs-priority, needs-triage] should get moved to Needs Reviewer column
  • With next priority: All cards without [needs-priority, needs-triage] and with lgtm should get moved to the Needs Approver column
  • Move any reopened (previously closed) PRs back to the Triage column (this might already be possible)
  • Move any PRs with "Changes Requested" reviews to the Waiting on Author column (might also be possible?)
  • If a card was manually moved to a column, _do not automatically move it_ without a label change occurring first (i.e. I don't want to fight automation when it's wrong)

/area github-management
/cc @mrbobbytables

aregithub-management sicontributor-experience

Most helpful comment

Just to update, the feedback has been passed onto GitHub 馃憤

All 4 comments

/sig contributor-experience
/assign @mrbobbytables

Referencing the k/test-infra issue from back in the day: https://github.com/kubernetes/test-infra/issues/9925

Just to update, the feedback has been passed onto GitHub 馃憤

+1 to this.
Having some automation (add card, move card, remove card) based on configurable labels & issue/PR status would really help to start using project boards

Was this page helpful?
0 / 5 - 0 ratings

Related issues

spiffxp picture spiffxp  路  5Comments

castrojo picture castrojo  路  3Comments

embano1 picture embano1  路  4Comments

rlenferink picture rlenferink  路  4Comments

vallard picture vallard  路  5Comments