We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8875a commit ce57b7eCopy full SHA for ce57b7e
.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