Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/topic-commenter.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading