We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4874c commit 5e98cccCopy full SHA for 5e98ccc
1 file changed
.github/workflows/docathon-assign.yml
@@ -28,7 +28,7 @@ jobs:
28
repo: context.repo.repo,
29
issue_number: issueNumber
30
});
31
- const hasLabel = issue.labels.some(label => label.name === 'docathon-h1-2025');
+ const hasLabel = issue.labels.some(label => label.name === 'docathon-2026');
32
if (hasLabel) {
33
if (issue.assignee !== null) {
34
await github.rest.issues.createComment({
0 commit comments