Skip to content

Commit

Permalink
feat: restrict pr lint scopes to package names (#12970)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Jan 18, 2023
1 parent 5791f3a commit 477d936
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
scopes: |
branding
bridge-ui
protocol
relayer
status-page
tokenomics
website
whitepaper

0 comments on commit 477d936

Please sign in to comment.