Skip to content

Commit 07923fa

Browse files
committed
Merge remote-tracking branch 'origin/master' into adomani/fork_test
2 parents 5ef17c7 + ce57b7e commit 07923fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_label_from_diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Add topic label
1414
runs-on: ubuntu-latest
1515
# Don't run on forks, where we wouldn't have permissions to add the label anyway.
16-
if: github.repository == 'leanprover-community/mathlib4'
16+
#if: github.repository == 'leanprover-community/mathlib4'
1717
permissions:
1818
issues: write
1919
checks: write

0 commit comments

Comments
 (0)