-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
28 lines (26 loc) · 926 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
28
name: Pull Request Automation
description: Automation for common Pull Request tasks on GitHub.
author: DrBarnabus
inputs:
github-token:
description: The secrets.GITHUB_TOKEN for the repo or a valid personal access token with access to the repo
required: false
github-app-id:
description: The ID of your registered GitHub App to impersonate in the action
required: false
github-app-key:
description: The base64 encoded string of the PEM file used to authenticate as the GitHub App to impersonate in the action
required: false
config-path:
description: The path to the config file
default: .github/pullrequest-automation.yml
required: false
config-ref:
description: The branch/tag/commit to load the config from. Defaults to the current branch if not specified.
required: false
runs:
using: node16
main: dist/index.js
branding:
color: purple
icon: cloud-lightning