Skip to content

Commit fd32999

Browse files
committed
Update semantic-check.yml
1 parent 709ee1c commit fd32999

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/semantic-check.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66

7-
permissions:
8-
contents: read
9-
pull-requests: write
10-
issues: write
11-
127
jobs:
138
semver-check:
149
name: Validate Semantic Version
1510
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
pull-requests: write
14+
issues: write
1615

1716
steps:
1817
- name: Checkout

0 commit comments

Comments
 (0)