Skip to content

Commit d160e47

Browse files
committed
RDCIST-3853: Update PR title check
1 parent 004bdeb commit d160e47

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/validate-pr-title.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ on:
44
pull_request:
55
types: [opened, edited, synchronize, reopened]
66

7+
concurrency:
8+
group: ${{ github.ref }}
9+
cancel-in-progress: true
10+
11+
permissions:
12+
contents: read
13+
pull-requests: read
14+
715
jobs:
816
build:
17+
name: Validate PR Title
918
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@9d497d1c5bc6e355aa8f4663539e6b75c212f6b4 #v2.0.7
1019
with:
1120
validate-semVer: false

0 commit comments

Comments
 (0)