Skip to content

Bump toshimaru/auto-author-assign from 1.6.2 to 2.1.0 #25

Bump toshimaru/auto-author-assign from 1.6.2 to 2.1.0

Bump toshimaru/auto-author-assign from 1.6.2 to 2.1.0 #25

Workflow file for this run

name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check-version-labels:
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch
repo_token: ${{ secrets.GITHUB_TOKEN }}
check-category-labels:
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: feature,enhancement,bug,dependencies,chore
repo_token: ${{ secrets.GITHUB_TOKEN }}