Skip to content

Upgrade: Bump @blakeembrey/template from 1.1.0 to 1.2.0 #1

Upgrade: Bump @blakeembrey/template from 1.1.0 to 1.2.0

Upgrade: Bump @blakeembrey/template from 1.1.0 to 1.2.0 #1

Workflow file for this run

name: PR Check
on:
pull_request_target:
types:
[
opened,
edited,
reopened,
synchronize,
ready_for_review,
review_requested,
]
permissions:
contents: read
issues: write
pull-requests: write
statuses: write
checks: write
jobs:
check_pr_title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- name: Check Type
uses: gsactions/commit-message-checker@v2
with:
pattern: '^(Upgrade|Docs|New|Fix|Refactor|Test|Chore\(deps-dev\))(|!): [A-Za-z].+?((, fixes #\d+)*)($|\n|\r|\n\r)'
flags: ''
error: 'Title does not follow the conventions. Please use one of the following types: Upgrade , Docs, New, Fix, Refactor, Test.'
assign_labels:
name: Assign Labels
needs: check_pr_title
runs-on: ubuntu-latest
steps:
- name: Assign and check labels
uses: fuxingloh/multi-labeler@v4
with:
config-path: .github/pr-labeler.yml