101 Star 935 Fork 326

GVPKodeRover / zadig

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
action.yml 514 Bytes
Copy Edit Raw Blame History
landy authored 2021-09-05 18:15 . Create action.yml
name: 'Labeler'
description: 'Automatically label new pull requests based on the paths of files being changed'
author: 'GitHub'
inputs:
repo-token:
description: 'The GITHUB_TOKEN secret'
configuration-path:
description: 'The path for the label configurations'
default: '.github/labeler.yml'
required: false
sync-labels:
description: 'Whether or not to remove labels when matching files are reverted'
default: false
required: false
runs:
using: 'node12'
main: 'dist/index.js'
Go
1
https://gitee.com/koderover/zadig.git
git@gitee.com:koderover/zadig.git
koderover
zadig
zadig
main

Search