forked from paritytech/auto-merge-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
27 lines (26 loc) · 777 Bytes
/
action.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
name: "Auto Merge Bot"
description: "Bot which enables or disable auto-merge"
author: Bullrich
branding:
icon: git-merge
color: red
inputs:
GITHUB_TOKEN:
required: true
description: The token to access the repo information
MERGE_METHOD:
required: false
description: The merge method to use. Must be one of MERGE, SQUASH or REBASE.
default: SQUASH
SILENT:
required: false
description: If true, the bot will not post a comment on the PR.
ALLOWLIST:
required: false
description: List of users which are allowed to use the bot. Separated by commas (abc,def,ghi)
outputs:
repo:
description: 'The name of the repo in owner/repo pattern'
runs:
using: 'docker'
image: 'docker://ghcr.io/paritytech/auto-merge-bot/action:1.0.0'