Skip to content

A GitHub action to label issues or PRs with specified commands

License

Notifications You must be signed in to change notification settings

ckotzbauer/label-command-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Label Command Action

build

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

Usage

      - uses: actions/checkout@v2
      - name: Label Issues and PRs
        uses: ckotzbauer/label-command-action@v1
        env:
          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.