-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (29 loc) · 934 Bytes
/
action.yml
File metadata and controls
29 lines (29 loc) · 934 Bytes
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
name: 'Custom Interaction'
description: 'A simple interactions library to help you create custom interactions for your github issues and pull requests'
author: 'bartick'
inputs:
token:
description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
pr-message:
description: 'Comment to post on an individual''s PR'
pr-number:
description: 'Number of pull request interactions to trigger the comment'
default: '1'
pr-once:
description: 'Only post the comment once per PR'
default: 'true'
issue-message:
description: 'Comment to post on an individual''s issue'
issue-number:
description: 'Number of issue interactions to trigger the comment'
default: '1'
issue-once:
description: 'Only post the comment once per issue'
default: 'false'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'play-circle'
color: 'green'