mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Fix primer comment permissions (#5452)
This commit is contained in:
6
.github/workflows/mypy_primer.yml
vendored
6
.github/workflows/mypy_primer.yml
vendored
@@ -8,13 +8,12 @@ on:
|
||||
paths:
|
||||
- 'stdlib/**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
mypy_primer:
|
||||
name: Run
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
strategy:
|
||||
matrix:
|
||||
shard-index: [0, 1]
|
||||
@@ -64,6 +63,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: mypy_primer
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Download diffs
|
||||
|
||||
Reference in New Issue
Block a user