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.
2 parents 3557a67 + 11c00d8 commit 580984bCopy full SHA for 580984b
.github/workflows/git-commit-checks.py
@@ -301,7 +301,7 @@ def check_github_pr_description(config):
301
pr_num = int(match.group(1))
302
pr = repo.get_pull(pr_num)
303
304
- if NACP in pr.body:
+ if pr.body and NACP in pr.body:
305
config['cherry pick required'] = False
306
307
#----------------------------------------------------------------------------
0 commit comments