Repo: Remove custom 'contributors' script in favor of built-in GitHub feature #11290
Labels
repo maintenance
things to do with maintenance of the repo, and not with code/docs
triage
Waiting for team members to take a look
Suggestion
Coming over from #11263: this repo has a "Contributors" script that runs on a weekly cron. It updates a
CONTRIBUTORS.md
file based on the GitHub API... but that's kind of duplicated by the native https://github.com/typescript-eslint/typescript-eslint/contributors feature.https://github.com/typescript-eslint/typescript-eslint/blob/8915a477608892596fc6ed2bc45dbbac7f41a361/tools/scripts/generate-contributors.mts
Proposal: how about we replace that system with, as @kirkwaiblinger suggested in https://github.com/typescript-eslint/typescript-eslint/pull/11263/files#r2136221369:
Additional Info
💖
The text was updated successfully, but these errors were encountered: