Skip to content

Commit 13605b2

Browse files
committed
fix linter issues
1 parent 72d2aa3 commit 13605b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pr-title.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ permissions:
1515
jobs:
1616
main:
1717
permissions:
18-
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
19-
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
18+
# for amannn/action-semantic-pull-request to analyze PRs
19+
pull-requests: read
20+
# for amannn/action-semantic-pull-request to mark status of analyzed PR
21+
statuses: write
22+
2023
name: Validate PR title
2124
runs-on: ubuntu-latest
2225
steps:

0 commit comments

Comments
 (0)