Skip to content

Commit 570d8a7

Browse files
committed
fix: include 'mns' ticket prefix in PR linting script
1 parent 4640f80 commit 570d8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
PR_REF: ${{ github.event.pull_request.head.ref }}
1717
run: |
18-
TICKET_NAME=$(echo "$PR_REF" | grep -i -o '\(\(apm\|mesh\|mesh2cloud\|spinecore\|spii\|apmspii\|amp\)-[0-9]\+\)' | tr '[:lower:]' '[:upper:]')
18+
TICKET_NAME=$(echo "$PR_REF" | grep -i -o '\(\(apm\|mesh\|mesh2cloud\|spinecore\|spii\|apmspii\|amp\|mns\)-[0-9]\+\)' | tr '[:lower:]' '[:upper:]')
1919
echo "TICKET_NAME=$TICKET_NAME" >> $GITHUB_ENV
2020
2121
- name: Comment on PR

0 commit comments

Comments
 (0)