Skip to content

Commit 04dde47

Browse files
committed
Address review
1 parent 985513f commit 04dde47

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ jobs:
106106
permissions:
107107
contents: read
108108
pull-requests: write
109-
uses: ./.github/workflows/mypy_primer_comment.yml
109+
uses: ./.github/workflows/reusable_mypy_primer_comment.yml
110110
with:
111111
workflow_id: ${{ github.run_id }}

.github/workflows/sync_typeshed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
schedule:
66
- cron: "0 0 1,15 * *"
77

8+
permissions: {}
9+
810
jobs:
911
sync_typeshed:
1012
name: Sync typeshed

0 commit comments

Comments
 (0)