Skip to content

Commit 6848d0b

Browse files
author
Alexander Melnyk
committed
Merge branch 'develop' of github.com:am29d/aws-lambda-powertools-python into develop
2 parents ad86b10 + a34d34d commit 6848d0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1165
-1019
lines changed

.github/scripts/label_related_issue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = async ({github, context}) => {
66

77
const RELATED_ISSUE_REGEX = /Issue number:[^\d\r\n]+(?<issue>\d+)/;
88

9-
const isMatch = RELATED_ISSUE_REGEX.exec(body);
9+
const isMatch = RELATED_ISSUE_REGEX.exec(prBody);
1010
if (!isMatch) {
1111
core.setFailed(`Unable to find related issue for PR number ${prNumber}.\n\n Body details: ${prBody}`);
1212
return await github.rest.issues.createComment({

0 commit comments

Comments
 (0)