Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): fixup validate pr title job #15751

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint PR
name: Validate PR Title

on:
pull_request_target:
Expand All @@ -8,8 +8,7 @@ on:
- synchronize

jobs:
main:
name: Validate PR title
validate-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
Expand All @@ -20,7 +19,6 @@ jobs:
repo
branding
bridge-ui-v2
deps
eventindexer
fork-diff
guardian-prover-health-check
Expand All @@ -29,6 +27,9 @@ jobs:
relayer
starter-dapp
status-page
tokenomics
deps-dev
requireScope: true
subjectPattern: ^(?![A-Z]).+$ # Require lowercase PR title
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
doesn't start with an uppercase character.
Loading