mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-24 21:03:25 +00:00
Update approve.yml
Upgrade automatic-approve-action to 1.1.0
This commit is contained in:
parent
7c7f6aa43e
commit
5e6acbe773
1 changed files with 2 additions and 2 deletions
4
.github/workflows/approve.yml
vendored
4
.github/workflows/approve.yml
vendored
|
@ -9,8 +9,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Automatic Approve
|
||||
uses: mheap/automatic-approve-action@v1.0.5
|
||||
uses: mheap/automatic-approve-action@v1.1.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
workflows: "rust.yml"
|
||||
dangerous_files: "src/main.rs,Cargo.toml,Cargo.lock"
|
||||
dangerous_files: "src/main.rs,Cargo.toml,Cargo.lock"
|
||||
|
|
Loading…
Reference in a new issue