paritytech / eng-automation

0 stars 0 forks source link

[EngAut] RFCs Referenda status tracker / notifications #2

Closed mordamax closed 5 months ago

mordamax commented 8 months ago

Background https://github.com/polkadot-fellows/RFCs/issues/57

Goal To increase the interaction and/or awareness in the context of RFC PR for the ongoing referendum status

Desired outcome: Author and commenters of RFC PR are notified about the Submitted or Confirmed [rejected/approved] status changes of Referendum related to this PR

Solution implement a periodical tracker, which can scan subsquare collectives referendums, store the statues and map them to existing PRs in polkadot-fellows/RFCs

rzadp commented 8 months ago

As a bonus, we will be able to automatically trigger rfc-action in order to close/merge PRs.

mordamax commented 8 months ago

As a bonus, we will be able to automatically trigger rfc-action in order to close/merge PRs.

great idea! I'd plan though after few successful (or not 🥲) runs to make sure it identifies correctly etc ))

mordamax commented 7 months ago

Last week @Bullrich added new cron job which tracks only newly posted proposals https://github.com/paritytech/rfc-action/pull/28. The other statuses will be implemented lated in https://github.com/paritytech/eng-automation/issues/4

Bullrich commented 6 months ago

First part of the task has been completed:

RFC-Action has been updated to contain a cron job, and this cron job tracks ongoing referendas and post them in open PRs if it is related.

Related issues

mordamax commented 6 months ago

weekly update: no updates this week

Bullrich commented 5 months ago

Added PR to track completed referendas:

Bullrich commented 5 months ago

Created PR to merge paritytech/rfc-action#34 into RFCs repository:

Bullrich commented 5 months ago

Created new PR to update the correct action (I updated the wrong action):

mordamax commented 5 months ago

image

🚀

Thanks @Bullrich!