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

This commit is contained in:
Jaco
2022-03-03 10:26:59 +01:00
committed by GitHub
parent f29cd4c73f
commit 36f0a5666f
2 changed files with 0 additions and 2 deletions
-1
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
-1
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