Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.51 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.51 KB

Logo

AuroraEditor Contributors Bot

Twitter Follow Discord


This is the repository for the Aurora Editor Contributors list.

Run

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
Change GITHUB_TOKEN to your own values.

Run it using:

swift application.swift

This script runs after a merged PR.