Skip to content

Commit 1822f56

Browse files
authored
[ci][workflow] pr title check (#201)
ci: pr-title check step name
1 parent 6ac8e8e commit 1822f56

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/semantic-pull-request.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ name: Semantic Pull Request
22

33
on:
44
pull_request:
5-
types:
6-
- opened
7-
- reopened
8-
- edited
5+
types: [opened, edited, synchronize, reopened]
96

107
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
8+
group: pr-title-check-${{ github.ref }}
129
cancel-in-progress: true
1310

1411
permissions:
@@ -17,10 +14,10 @@ permissions:
1714

1815
jobs:
1916
main:
20-
name: Check Pull Request Title
2117
runs-on: ubuntu-latest
2218
steps:
23-
- uses: amannn/[email protected]
19+
- name: Validate PR Title
20+
uses: amannn/[email protected]
2421
env:
2522
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2623
with:

0 commit comments

Comments
 (0)