Skip to content

Commit d324839

Browse files
authored
Merge branch 'main' into AgentSet
2 parents a0cdf71 + a6193ae commit d324839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issues-dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
let blockingIssues = [];
2121
2222
// Find issues mentioned in the description
23-
while ((match = issueRegex.exec(context.event.body)) !== null) {
23+
while ((match = issueRegex.exec(context.payload.body)) !== null) {
2424
const issues = match[1].split(/\\s+#/);
2525
for (const issueNumber of issues) {
2626
const { data: issue } = await github.rest.issues.get({

0 commit comments

Comments
 (0)