Skip to content

Commit

Permalink
chore: Add scopes to PR lint workflow MAASENG-3414 (#5473)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski authored Jun 20, 2024
1 parent f89c9ad commit 888067d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,23 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
scopes: |
base
controllers
deps
devices
domains
images
intro
kvm
machines
networkDiscovery
pools
preferences
settings
store
subnets
tags
utils
zones

0 comments on commit 888067d

Please sign in to comment.