Commit Graph

4 Commits

Author SHA1 Message Date
Javier Bullrich dde721f16f rfc-cron: updated cron to v0.1.1 (#83)
When doing #80 I got confused and updated the wrong action (which uses
the same dependency).

This one updates the RFC action for the cron job

---

When a RFC closes after the last run, it will comment on the open PR (if
it is still open) that the RFC has been closed and how to trigger the
bot to merge the PR.

If it is succesfull, we can automate it to simply close the PRs without
human input.

### Miscellaneous changes

- Also, updated cron job to run at mid day and at end of the day so we
can capture new RFCs more often.
- `v0.1.1` also has a fix for a problem with LFS files not being
downloaded by the GitHub Actions that was discovered and fixed in
paritytech/rfc-action#37 by @rzadp.
2024-03-11 22:43:29 +01:00
Javier Bullrich bcca93886c fixed rfc-action cron job (#75)
Changed the time to run **every day at 12:00** (UTC)

Updated the version to 0.0.8 which fixes the bug with the referenda url
comment being wrongly formatted
2024-02-16 12:49:31 +01:00
Javier Bullrich 34d26ff1aa Fixed issue with RFC-Cron (#69)
It was improperly set to run every minute after 11. I changed it to run
every weekday only once after 12.

Also, added status badge for the job in the Readme so we can preview
there that the job is running:
[![RFC
Cron](https://github.com/polkadot-fellows/RFCs/actions/workflows/rfc-referenda-notifications.yml/badge.svg)](https://github.com/polkadot-fellows/RFCs/actions/workflows/rfc-referenda-notifications.yml)
2024-01-25 13:53:19 +01:00
Javier Bullrich fbab2fbd22 Added RFC cron job (#68)
Added RFC Cron job which will iterate over existing referendas and post
a link to them in the open Pull Requests.

This resolves polkadot-fellows/RFCs#57

Every time it iterates, it looks for referendas that have been submitted
_after_ the time of the last run, to stop itself from posting duplicated
comments.

It is set to run every day at 12, and it can also be triggered manually.
2024-01-24 15:41:39 -06:00