@@ -10,6 +10,9 @@ on:
- main
- minor
+permissions:
+ contents: read
+
jobs:
test:
if: ${{ ! startsWith(github.event.head_commit.message, 'release:') && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) }}
@@ -4,6 +4,11 @@ on:
issue_comment:
types: [created]
+ issues: write
+ pull-requests: read
trigger:
runs-on: ubuntu-latest