Skip to content

Commit

Permalink
chore(repo): update validate-pr-title to include other PR syntax (#15778
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dionysuzx authored Feb 14, 2024
1 parent bb02a15 commit a4d2d28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Non-package scopes explained:
# - repo: The repository itself (not a specific package)
# - main: For release-please PRs
# - deps: For dependabot dependency update PRs
# - deps-dev: For dependabot devDependency update PRs
scopes: |
repo
main
deps
deps-dev
branding
bridge-ui-v2
eventindexer
Expand Down

0 comments on commit a4d2d28

Please sign in to comment.