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 2da4367 commit 11c00d8Copy full SHA for 11c00d8
.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