A GitHub action to label issues or PRs with specified commands
A GitHub action to label issues or PRs with specified commands.
- uses: actions/checkout@v2
- name: Label Issues and PRs
uses: ckotzbauer/label-command-action@v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Name | Description | Default |
---|---|---|
token |
GITHUB_TOKEN or a repo scoped PAT. |
GITHUB_TOKEN |
config-file |
Location of the config file. | .github/label-commands.json |
Please refer to the Contribution guildelines.
Please refer to the Conduct guildelines.
Please refer to the Security process.