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

Commit

Permalink
fix: update pr-checker workflow title (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavientois committed Nov 12, 2021
1 parent dd7d0b1 commit b8f2264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-checker.yaml
@@ -1,16 +1,16 @@
name: PR Title validation
name: PR Validation

on:
pull_request:
types: [opened, edited, synchronize, reopened]

jobs:
pr-validation:
pr-title-validation:
name: Checks if the PR title is valid
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: ${{ secrets.PR_TITLE_REGEX }} # Regex the title should match.
github_token: ${{ secrets.GH_SA_TOKEN }}
github_token: ${{ secrets.GH_SA_TOKEN }}

0 comments on commit b8f2264

Please sign in to comment.