Skip to content

AuroraEditor/AEContributorBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.