Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 9cc70fe

Browse files
authored
fix: update pr-checker workflow title (#43)
1 parent afaa8da commit 9cc70fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-checker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: PR Title validation
1+
name: PR Validation
22

33
on:
44
pull_request:
55
types: [opened, edited, synchronize, reopened]
66

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

0 commit comments

Comments
 (0)