diff --git a/.github/workflows/topic-commenter.yml b/.github/workflows/topic-commenter.yml index 177a20509b8..f5d1dc81567 100644 --- a/.github/workflows/topic-commenter.yml +++ b/.github/workflows/topic-commenter.yml @@ -1,9 +1,12 @@ name: Topic PR Commenter +# this workflow is failing due to permissions problems +# until we can fix it with a better bot, i'll preserve +# the code but make it so it never matches a real path on: pull_request: paths: - - 'topics/**' + - 'ENOSUCHPATH' permissions: contents: read