We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust-maintain
1 parent 98cb909 commit c7a937cCopy full SHA for c7a937c
1 file changed
.github/workflows/crate-maintenance.yml
@@ -0,0 +1,18 @@
1
+name: Crate maintenance
2
+
3
+on:
4
+ schedule:
5
+ - cron: "14 3 * * 5" # every friday at 03:14
6
+ workflow_dispatch:
7
8
+jobs:
9
+ rust-maintain:
10
+ runs-on: ubuntu-latest
11
12
+ permissions:
13
+ contents: write
14
+ pull-requests: write
15
16
+ steps:
17
+ # you should use a *pinned commit*:
18
+ - uses: Swatinem/rust-maintain@d30335b4b3c4c7a19c42ca2e25e3d73500f22098
0 commit comments