mirror of
https://github.com/dcarrillo/docker-nginx.git
synced 2024-11-14 16:01:12 +00:00
Merge pull request #11 from dcarrillo/1.19.1
This commit is contained in:
commit
c7a4b1a3ad
30
.github/workflows/automerge.yml
vendored
Normal file
30
.github/workflows/automerge.yml
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
name: automerge
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
- unlabeled
|
||||
- synchronize
|
||||
- opened
|
||||
- edited
|
||||
- ready_for_review
|
||||
- reopened
|
||||
- unlocked
|
||||
pull_request_review:
|
||||
types:
|
||||
- submitted
|
||||
check_suite:
|
||||
types:
|
||||
- completed
|
||||
status: {}
|
||||
jobs:
|
||||
automerge:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: automerge
|
||||
uses: "pascalgn/automerge-action@4536e8847eb62fe2f0ee52c8fa92d17aa97f932f"
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
MERGE_RETRIES: 30
|
||||
MERGE_RETRY_SLEEP: 10000
|
||||
MERGE_METHOD: merge
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: shellcheck
|
||||
uses: azohra/shell-linter@v0.3.0
|
||||
uses: azohra/shell-linter@v0.4.0
|
||||
|
||||
- name: hadolint
|
||||
uses: brpaz/hadolint-action@master
|
||||
|
Loading…
Reference in New Issue
Block a user