Skip to content

Commit 325f1ab

Browse files
Copilotdorkmo
andcommitted
Fix assignee username to lowercase 'copilot'
Co-authored-by: dorkmo <1923070+dorkmo@users.noreply.github.com>
1 parent 3a97783 commit 325f1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/arduino-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
---
8181
*This issue was automatically created by the Arduino CI workflow.*`,
8282
labels: ['bug', 'arduino', 'ci'],
83-
assignees: ['Copilot']
83+
assignees: ['copilot']
8484
});
8585
console.log(`Created issue #${issue.data.number}`)
8686
@@ -148,6 +148,6 @@ jobs:
148148
---
149149
*This issue was automatically created by the Arduino CI workflow.*`,
150150
labels: ['bug', 'arduino', 'ci'],
151-
assignees: ['Copilot']
151+
assignees: ['copilot']
152152
});
153153
console.log(`Created issue #${issue.data.number}`)

0 commit comments

Comments
 (0)