项目作者: ckotzbauer

项目描述 :
A GitHub action to label issues or PRs with specified commands
高级语言: TypeScript
项目地址: git://github.com/ckotzbauer/label-command-action.git
创建时间: 2020-09-01T17:08:33Z
项目社区:https://github.com/ckotzbauer/label-command-action

开源协议:MIT License

下载


Label Command Action

build

A GitHub action to label issues or PRs with specified commands.

Usage

  1. - uses: actions/checkout@v2
  2. - name: Label Issues and PRs
  3. uses: ckotzbauer/label-command-action@v1
  4. env:
  5. GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Config

Action inputs

Name Description Default
token GITHUB_TOKEN or a repo scoped PAT. GITHUB_TOKEN
config-file Location of the config file. .github/label-commands.json

License

MIT

Contributing

Please refer to the Contribution guildelines.

Code of conduct

Please refer to the Conduct guildelines.

Security

Please refer to the Security process.