add-wip-label

Add WIP label to PR that title begin with `WIP: `.

MIT License

Stars
2

add-wip-label

Add WIP label to PR that title begin with WIP: .

Usage

Create a workflow file (e.g. .github/workflows/add-wip-label.yml).

name: "add-wip-label"

on:
  pull_request:
    types: [opened, edited]

jobs:
  check:
    runs-on: ubuntu-latest
    steps:
    - uses: y-temp4/[email protected]
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"
Package Rankings
Top 29.14% on Github actions