We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ef17c7 + ce57b7e commit 07923faCopy full SHA for 07923fa
.github/workflows/add_label_from_diff.yaml
@@ -13,7 +13,7 @@ jobs:
13
name: Add topic label
14
runs-on: ubuntu-latest
15
# Don't run on forks, where we wouldn't have permissions to add the label anyway.
16
- if: github.repository == 'leanprover-community/mathlib4'
+ #if: github.repository == 'leanprover-community/mathlib4'
17
permissions:
18
issues: write
19
checks: write
0 commit comments