Skip to content

chore(deps): Bump thehanimo/pr-title-checker from 1.4.2 to 1.4.3 #250

chore(deps): Bump thehanimo/pr-title-checker from 1.4.2 to 1.4.3

chore(deps): Bump thehanimo/pr-title-checker from 1.4.2 to 1.4.3 #250

Workflow file for this run

name: Label Triggered Comment
on:
issues:
types: [labeled, unlabeled]
pull_request:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: .github/label-commenter-config.yml