Skip to content

Auto label with your title

Actions
Automation generate label for issues
v1.0.0
Latest
Star (3)

Tags

 (1)

Auto label

If your label is [bug] The title have problem, then the action will be add a 'bug' label for it.

This is simply used to explore the use of action. The current version is not recommended for use in a production environment.

Usabe

name: 'On issue'
on:
  issues:
    types: [opened, reopened, edited]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: CaiJingLong/action_auto_label@v1
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}

Auto label with your title is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automation generate label for issues
v1.0.0
Latest

Tags

 (1)

Auto label with your title is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.