Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39f7b5 commit b51f2b8Copy full SHA for b51f2b8
1 file changed
.github/workflows/docathon-assign.yml
@@ -36,7 +36,7 @@ jobs:
36
repo: context.repo.repo,
37
issue_number: issueNumber
38
});
39
- const hasLabel = issue.labels.some(label => label.name === 'docathon-h1-2023');
+ const hasLabel = issue.labels.some(label => label.name === 'docathon-h2-2023');
40
if (hasLabel) {
41
if (issue.assignee !== null) {
42
await octokit.issues.createComment({
0 commit comments