forked from luckymarmot/Paw-SwiftAlamofireCodeGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (33 loc) · 1 KB
/
automerge.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
name: Automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- ready_for_review
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: Merge pull requests
uses: pascalgn/automerge-action@v0.13.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_COMMIT_MESSAGE: pull-request-title-and-description
MERGE_COMMIT_MESSAGE_REGEX: (.*)^----
MERGE_DELETE_BRANCH: 'true'
MERGE_LABELS: 'automerge, !WIP, !wip,!PR: unreviewed, !invalid, !PR:draft, !wontfix'
MERGE_REMOVE_LABELS: automerge
MERGE_METHOD: squash
MERGE_RETRY_SLEEP: '10000'
MERGE_RETRIES: '2'
UPDATE_LABELS: automerge