mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
Fix permissions for mypy-primer-comments (#5259)
Based on https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
This commit is contained in:
2
.github/workflows/mypy_primer_comment.yml
vendored
2
.github/workflows/mypy_primer_comment.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
mypy_primer:
|
||||
|
||||
Reference in New Issue
Block a user