Skip to content

Commit 62f14eb

Browse files
Feature/612 update clabot to include cursor in alphabetical order (#616)
## Status - Closes #612 ## Points for consideration: - Security: None - configuration file update only - Performance: N/A ## What's changed? - Added "cursor" to `.clabot` contributors list - Added "Copilot" to `.clabot` contributors list - Corrected alphabetical ordering (case-insensitive) for all entries: - `loiswells97` / `lpmi-13` sequence - `patch0` / `PetarSimonovic` / `pjbRPF` sequence ## Steps to perform after deploying to production None <!-- START COPILOT CODING AGENT TIPS --> --- ✨ Let Copilot coding agent [set things up for you](https://github.com/RaspberryPiFoundation/editor-api/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds "Copilot" and "cursor" to `.clabot` contributors and corrects alphabetical ordering. > > - **Configuration (`.clabot`)**: > - **Contributors**: > - Add `Copilot` and `cursor`. > - Correct case-insensitive alphabetical order (e.g., `loiswells97`/`lpmi-13`, `patch0`/`PetarSimonovic`/`pjbRPF`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fc466be. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: create-issue-branch[bot] <53036503+create-issue-branch[bot]@users.noreply.github.com>
1 parent f64fe1d commit 62f14eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.clabot

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"chris.lowis@gofreerange.com",
66
"chrisroos",
77
"conorriches",
8+
"Copilot",
89
"create-issue-branch",
910
"create-issue-branch[bot]",
11+
"cursor",
1012
"danhalson",
1113
"dependabot[bot]",
1214
"fspeirs",
@@ -16,17 +18,17 @@
1618
"jamiebenstead",
1719
"jrmhaig",
1820
"KristinaDudnyk",
19-
"lpmi-13",
2021
"loiswells97",
22+
"lpmi-13",
2123
"m-bowley",
2224
"magdalenajadach",
2325
"MarcScott",
2426
"Mohamed-RPF",
25-
"pjbRPF",
2627
"patch0",
2728
"PetarSimonovic",
29+
"pjbRPF",
2830
"sra405",
2931
"tuzz"
3032
],
3133
"message": "We require contributors to sign our Contributor License Agreement, and we don't have you on file. In order for us to review and merge your code, please complete [this form](https://form.raspberrypi.org/4873530) and we'll get you added and review your contribution as soon as possible."
32-
}
34+
}

0 commit comments

Comments
 (0)