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 8dcb584 commit 7438a8aCopy full SHA for 7438a8a
2 files changed
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
- main
7
pull_request:
8
9
+permissions:
10
+ contents: read # to fetch code (actions/checkout)
11
+
12
jobs:
13
unit-test:
14
runs-on: ${{ matrix.os }}
.github/workflows/semantic-pull-request.yml
@@ -7,8 +7,13 @@ on:
- edited
- synchronize
+permissions: {}
main:
+ permissions:
+ pull-requests: read # to analyze PRs (amannn/action-semantic-pull-request)
15
+ statuses: write # to mark status of analyzed PR (amannn/action-semantic-pull-request)
16
17
runs-on: ubuntu-latest
18
name: Semantic Pull Request
19
steps:
0 commit comments