101 Star 934 Fork 323

GVPKodeRover / zadig

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
action.yml 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
landy 提交于 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

搜索帮助