mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-10 06:14:13 +00:00
Also auto-approve the lint run
This commit is contained in:
parent
e67c5cbae3
commit
b1290a03c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/approve.yml
vendored
2
.github/workflows/approve.yml
vendored
|
@ -12,5 +12,5 @@ jobs:
|
|||
uses: mheap/automatic-approve-action@v1.1.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
workflows: rust.yml
|
||||
workflows: "rust.yml,lint.yml"
|
||||
dangerous_files: src/main.rs,Cargo.toml,Cargo.lock
|
||||
|
|
Loading…
Reference in a new issue