Skip to content

Commit d142e09

Browse files
committed
Disable topic checker workflow for now
This unfortunately needs permissions it can't easily get, in order to run on non-maintainer-submitted PRs. Disabling until we can work through this in a better way.
1 parent be1af72 commit d142e09

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/topic-commenter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Topic PR Commenter
22

3+
# this workflow is failing due to permissions problems
4+
# until we can fix it with a better bot, i'll preserve
5+
# the code but make it so it never matches a real path
36
on:
47
pull_request:
58
paths:
6-
- 'topics/**'
9+
- 'ENOSUCHPATH'
710

811
permissions:
912
contents: read

0 commit comments

Comments
 (0)