-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathaction.yml
More file actions
18 lines (18 loc) · 557 Bytes
/
action.yml
File metadata and controls
18 lines (18 loc) · 557 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: 'Label Commenter'
description: 'Label triggered GitHub Action for posting a template comment, open/close/lock/unlock issue or pull-request automatically.'
author: 'peaceiris'
inputs:
github_token:
description: 'Auth token used to manage issues or pull requests'
default: ${{ github.token }}
required: false
config_file:
description: 'Path to action setting file'
default: '.github/label-commenter-config.yml'
required: false
runs:
using: 'node20'
main: 'dist_release/index.js'
branding:
icon: 'tag'
color: 'orange'