mirror of
https://github.com/pezkuwichain/pezkuwi-fellows.git
synced 2026-04-22 02:07:57 +00:00
dde721f16f
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.