Skip to content

Label your pull request using the conventional commit standards

Notifications You must be signed in to change notification settings

BrightDotAi/conventional-labeler

 
 

Repository files navigation

Conventional Labeler

Test and Release

Conventional labeler will label your PR based on your PR's feature if it follows the conventional commit's guideline

Required input

  • access_token: can be set by using ${{ secrets.GITHUB_TOKEN }}

Optional input

  • strict: can be set to validate commit messages in addition to the PR title; defaults to true

Example

  label:
    runs-on: ubuntu-latest
    name: Lint PR
    steps:
      - name: label
        uses: action-runner/conventional-labeler@v1
        with:
          access_token: ${{ secrets.GITHUB_TOKEN }}
          strict: "true"
      - name: Get the output
        run: echo "The labels were ${{ steps.label.outputs.labels }}"

About

Label your pull request using the conventional commit standards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.8%
  • JavaScript 1.2%