Skip to content

Commit b804be4

Browse files
authored
Merge branch 'main' into semi_structured_sparse_fixes
2 parents 3995036 + b51f2b8 commit b804be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docathon-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
repo: context.repo.repo,
3737
issue_number: issueNumber
3838
});
39-
const hasLabel = issue.labels.some(label => label.name === 'docathon-h1-2023');
39+
const hasLabel = issue.labels.some(label => label.name === 'docathon-h2-2023');
4040
if (hasLabel) {
4141
if (issue.assignee !== null) {
4242
await octokit.issues.createComment({

0 commit comments

Comments
 (0)