Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e64506 commit b33dc21Copy full SHA for b33dc21
.github/workflows/dependencies.yml
@@ -19,6 +19,7 @@ env:
19
PR_TITLE: Weekly `cargo update`
20
PR_MESSAGE: |
21
Automation to keep dependencies in `Cargo.lock` current.
22
+ r? dep-bumps
23
24
The following is the output from `cargo update`:
25
COMMIT_MESSAGE: "cargo update \n\n"
triagebot.toml
@@ -1350,6 +1350,9 @@ project-exploit-mitigations = [
1350
compiletest = [
1351
"@jieyouxu",
1352
]
1353
+dep-bumps = [
1354
+ "@clubby789",
1355
+]
1356
1357
[assign.owners]
1358
"/.github/workflows" = ["infra-ci"]
0 commit comments