We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac1235 commit 6bc0dc8Copy full SHA for 6bc0dc8
.github/workflows/block-paths.yml
@@ -3,12 +3,9 @@ name: Block Changes
3
on:
4
pull_request:
5
types: [opened, synchronize, reopened]
6
- issue_comment:
7
- types: [created]
8
9
jobs:
10
check-blocked-paths:
11
- if: ${{ github.event_name == 'pull_request' || (github.event_name == 'issue_comment' && github.event.issue.pull_request && github.event.comment.body == '/check-blocked-paths') }}
12
name: Check for blocked path changes
13
runs-on: ubuntu-latest
14
steps:
0 commit comments