fix(HiddenText): updated status to deprecated #15108
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check PR title | |
on: | |
pull_request: | |
branches: | |
- main | |
- dependencies | |
types: | |
- opened | |
- reopened | |
- edited | |
- synchronize | |
jobs: | |
pr-title: | |
runs-on: ubuntu-latest | |
if: github.event.pull_request.user.login != 'dependabot[bot]' | |
steps: | |
- uses: aslafy-z/[email protected] | |
with: | |
success-state: Title follows the specification | |
failure-state: Title does not follow the specification | |
context-name: conventional-pr-title | |
preset: conventional-changelog-conventionalcommits@latest | |
env: | |
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }} |