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 bcf740f commit 088ebb9Copy full SHA for 088ebb9
.github/workflows/review.yml
@@ -1,16 +1,12 @@
1
name: Guidelines Check
2
3
on:
4
- pull_request_target:
5
- types: [opened, ready_for_review]
6
issue_comment:
7
types: [created]
8
9
jobs:
10
check-guidelines:
11
if: |
12
- (github.event_name == 'pull_request_target' &&
13
- github.event.pull_request.draft == false) ||
14
(github.event_name == 'issue_comment' &&
15
github.event.issue.pull_request &&
16
startsWith(github.event.comment.body, '/review'))
0 commit comments