This is the repository for the Aurora Editor Contributors list.
create a config.json file in the root directory with the following contents:
{
"url": "https://api.github.com/users/AuroraEditor/repos",
"token": "GITHUB_TOKEN",
"exclude": [
"ImgBotApp",
"aurora-care-bear",
"github-actions[bot]",
"dependabot[bot]",
"allcontributors[bot]",
"actions-user"
]
}
Note
ChangeGITHUB_TOKEN
to your own values.
Run it using:
swift application.swift
This script runs after a merged PR.