ci: add cron-update-rust.yml#1564
Conversation
notmandatory
left a comment
There was a problem hiding this comment.
Looks good to me. I just have one small comment.
storopoli
left a comment
There was a problem hiding this comment.
Looks good exactly what we do in rust-bitcoin.
You got the idea! Really nice to see what we've discussed briefly in the summit being implemented.
Just need to set the token stuff in the repo/org and then we are good to go to merge it.
bd73b93 to
e5a9751
Compare
notmandatory
left a comment
There was a problem hiding this comment.
ACK e5a9751
@ValuedMammal if you need more permission to create secrets.MY_TOKEN let me know.
As far as I can tell I'm not able to add secrets to the repo |
2a8ce65 to
b92f8c9
Compare
oleonardolima
left a comment
There was a problem hiding this comment.
tACK b92f8c9
I don't think you'll need any further secrets.GITHUB_TOKEN changes, I tested it in my forked repository and it worked just fine.
I manually triggered the workflow and it automatically created a new PR as expected.
This adds a cronjob to watch for updates to rust stable once a month. If the latest version changed, then a pull request is opened to see if clippy passes CI using the new toolchain.
Notes to the reviewers
Let me know what you think @notmandatory
fixes #1431
Changelog notice
Checklists
TODO
All Submissions:
cargo fmtandcargo clippybefore committing