We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ec3c91 + d142e09 commit cfe59f8Copy full SHA for cfe59f8
1 file changed
.github/workflows/topic-commenter.yml
@@ -1,9 +1,12 @@
1
name: Topic PR Commenter
2
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
6
on:
7
pull_request:
8
paths:
- - 'topics/**'
9
+ - 'ENOSUCHPATH'
10
11
permissions:
12
contents: read
0 commit comments