Remove checkout from auto-{approve, merge} actions (#298)

This commit is contained in:
Jaco
2022-03-03 10:27:28 +01:00
committed by GitHub
parent 917b654c63
commit 18e2ab6389
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ jobs:
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && (!github.event.pull_request || github.event.pull_request.head.repo.full_name == github.repository)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jacogr/action-approve@master
with:
authors: jacogr

View File

@@ -8,7 +8,6 @@ jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jacogr/action-merge@master
with:
checks: build,lint,test