mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-19 13:21:05 +00:00
Remove checkout from auto-{approve, merge} actions (#1197)
This commit is contained in:
@@ -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)"
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: jacogr/action-approve@master
|
- uses: jacogr/action-approve@master
|
||||||
with:
|
with:
|
||||||
authors: jacogr
|
authors: jacogr
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ jobs:
|
|||||||
auto-merge:
|
auto-merge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: jacogr/action-merge@master
|
- uses: jacogr/action-merge@master
|
||||||
with:
|
with:
|
||||||
checks: build,lint,test
|
checks: build,lint,test
|
||||||
|
|||||||
Reference in New Issue
Block a user