mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
adding nice stuff
This commit is contained in:
parent
ec7f7ca450
commit
63e3cce26e
1 changed files with 9 additions and 0 deletions
9
.github/workflows/automerge-dependabot.yml
vendored
9
.github/workflows/automerge-dependabot.yml
vendored
|
@ -29,7 +29,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- name: Wait for CI/CT/CD to succeed
|
||||
uses: fountainhead/action-wait-for-check@v1.0.0
|
||||
id: wait-for-build
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
checkName: Deploy Docker Image - DEV
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
- name: merge
|
||||
if: steps.wait-for-build.outputs.conclusion == 'success'
|
||||
uses: actions/github-script@v2
|
||||
with:
|
||||
script: |
|
||||
|
|
Loading…
Reference in a new issue