1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

add automerge workflow

This commit is contained in:
Jörg Thalheim 2020-07-14 13:50:47 +01:00
parent b1131e035d
commit 90db85428c
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

29
.github/workflows/automerge.yml vendored Normal file
View file

@ -0,0 +1,29 @@
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@f35cd36cce72079e996106999462608448c99120"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_FORKS: false
MERGE_LABELS: ""