We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d2aa3 commit 13605b2Copy full SHA for 13605b2
.github/workflows/pr-title.yml
@@ -15,8 +15,11 @@ permissions:
15
jobs:
16
main:
17
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
+ # for amannn/action-semantic-pull-request to analyze PRs
+ pull-requests: read
20
+ # for amannn/action-semantic-pull-request to mark status of analyzed PR
21
+ statuses: write
22
+
23
name: Validate PR title
24
runs-on: ubuntu-latest
25
steps:
0 commit comments