Compare commits

...

5 Commits

Author SHA1 Message Date
Daniel Carrillo bbfc0e186a
Merge pull request #2 from dcarrillo/3.4.12-r0
Bump postfix to 3.4.12 and add automerge action
2020-05-24 18:38:10 +02:00
Daniel Carrillo 4ea97f5414 Fix automerge version 2020-05-24 18:32:37 +02:00
Daniel Carrillo 08c37464d7 Bump postfix version to 3.4.12 2020-05-24 18:28:47 +02:00
Daniel Carrillo 165a8beeca Add automerge github action 2020-05-24 18:27:44 +02:00
Daniel Carrillo d429540644 Bump shell-linter action to v0.4.0 2020-05-24 18:25:06 +02:00
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