Skip to content

Commit 5e98ccc

Browse files
authored
Update docathon-assign to 2026 label (#3836)
Update workflow to 2026 label
1 parent cc4874c commit 5e98ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docathon-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
repo: context.repo.repo,
2929
issue_number: issueNumber
3030
});
31-
const hasLabel = issue.labels.some(label => label.name === 'docathon-h1-2025');
31+
const hasLabel = issue.labels.some(label => label.name === 'docathon-2026');
3232
if (hasLabel) {
3333
if (issue.assignee !== null) {
3434
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)