Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

chore: bump slackapi/slack-github-action from 1.27.0 to 2.0.0 in /.github/workflows #77

chore: bump slackapi/slack-github-action from 1.27.0 to 2.0.0 in /.github/workflows

chore: bump slackapi/slack-github-action from 1.27.0 to 2.0.0 in /.github/workflows #77

Workflow file for this run

name: Check PR Title
on:
pull_request:
types: [ opened, reopened, synchronize, edited ]
branches:
- 'main'
- 'release/[0-9]+.[0-9]+'
jobs:
pr_title_check:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}