mirror of
https://github.com/actions/labeler
synced 2026-05-12 14:01:11 +02:00
committed by
Danny McCormick
parent
ab3b5b5adc
commit
7d083c498f
12
action.yml
Normal file
12
action.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: 'Pull Request Triager'
|
||||
description: 'Label pull requests by files altered'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
repo-token:
|
||||
description: 'The GITHUB_TOKEN secret'
|
||||
configuration-path:
|
||||
description: 'The path for the label configurations'
|
||||
default: '.github/labeler.yml'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
Reference in New Issue
Block a user