-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (35 loc) · 901 Bytes
/
manual.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
35
36
37
38
name: Automerge release bump PR
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: Automerging
uses: pascalgn/[email protected]
#the actor that created pr
if: github.actor == 'github-username-that-owns-token-used-in-global-workflow'
env:
GITHUB_TOKEN: "${{ secrets.MANAGE_FILES_TOKEN }}"
GITHUB_LOGIN: [email protected]
MERGE_LABELS: ""
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "Manage Files have been committed2"
MERGE_RETRIES: "10"
MERGE_RETRY_SLEEP: "10000"