Skip to content

Commit b51f2b8

Browse files
authored
Update docathon-assign.yml (#2618)
Update to use the H2 label
1 parent a39f7b5 commit b51f2b8

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)