Merge pull request #2 from dcarrillo/3.4.12-r0

Bump postfix to 3.4.12 and add automerge action
This commit is contained in:
Daniel Carrillo 2020-05-24 18:38:10 +02:00 committed by GitHub
commit bbfc0e186a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 2 deletions

30
.github/workflows/automerge.yml vendored Normal file
View 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@7ab42e888a333bf77ce865bc84fedc6a365a3548"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_RETRIES: 30
MERGE_RETRY_SLEEP: 10000
MERGE_METHOD: merge

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- name: shellcheck
uses: azohra/shell-linter@v0.2.0
uses: azohra/shell-linter@v0.4.0
- name: hadolint
uses: brpaz/hadolint-action@master

View File

@ -1,2 +1,2 @@
POSTFIX_VERSION=3.4.9-r0
POSTFIX_VERSION=3.4.12-r0
DOCKER_IMAGE=dcarrillo/postfix