From 5e6acbe773d0bfde5bbcffa2fa2419fd519c18a5 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Tue, 15 Jun 2021 14:41:36 +0100 Subject: [PATCH] Update approve.yml Upgrade automatic-approve-action to 1.1.0 --- .github/workflows/approve.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/approve.yml b/.github/workflows/approve.yml index 21e25ac..72a3a06 100644 --- a/.github/workflows/approve.yml +++ b/.github/workflows/approve.yml @@ -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" \ No newline at end of file + dangerous_files: "src/main.rs,Cargo.toml,Cargo.lock"