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 985513f commit 04dde47Copy full SHA for 04dde47
.github/workflows/mypy_primer.yml
@@ -106,6 +106,6 @@ jobs:
106
permissions:
107
contents: read
108
pull-requests: write
109
- uses: ./.github/workflows/mypy_primer_comment.yml
+ uses: ./.github/workflows/reusable_mypy_primer_comment.yml
110
with:
111
workflow_id: ${{ github.run_id }}
.github/workflows/mypy_primer_comment.yml renamed to .github/workflows/reusable_mypy_primer_comment.yml
.github/workflows/sync_typeshed.yml
@@ -5,6 +5,8 @@ on:
5
schedule:
6
- cron: "0 0 1,15 * *"
7
8
+permissions: {}
9
+
10
jobs:
11
sync_typeshed:
12
name: Sync typeshed
0 commit comments