Skip to content

Commit 71bf8e6

Browse files
authored
Update .pullapprove.yml
1 parent e1966f5 commit 71bf8e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pullapprove.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ overrides:
4646
############################################################
4747
# Require Issues
4848
############################################################
49-
- if: "'*issue*' not in statuses.successful"
50-
status: failure
51-
explanation: "An issue is required for all PRs"
49+
# disabling until we have PRs up to date
50+
# - if: "'*issue*' not in statuses.successful"
51+
# status: failure
52+
# explanation: "An issue is required for all PRs"
5253

5354
############################################################
5455
# Fast tracking

0 commit comments

Comments
 (0)