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:
parent
b1131e035d
commit
90db85428c
1 changed files with 29 additions and 0 deletions
29
.github/workflows/automerge.yml
vendored
Normal file
29
.github/workflows/automerge.yml
vendored
Normal 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: ""
|
Loading…
Reference in a new issue