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 a0cdf71 + a6193ae commit d324839Copy full SHA for d324839
.github/workflows/issues-dependency-check.yml
@@ -20,7 +20,7 @@ jobs:
20
let blockingIssues = [];
21
22
// Find issues mentioned in the description
23
- while ((match = issueRegex.exec(context.event.body)) !== null) {
+ while ((match = issueRegex.exec(context.payload.body)) !== null) {
24
const issues = match[1].split(/\\s+#/);
25
for (const issueNumber of issues) {
26
const { data: issue } = await github.rest.issues.get({
0 commit comments