Skip to content

Commit cfe59f8

Browse files
authored
Merge pull request #4685 from github/ahpook/disable-failing-pr-check
Disabling auto-merge because the test that this removes is failing...
2 parents 4ec3c91 + d142e09 commit cfe59f8

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)