Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 965 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 965 Bytes

terraformbot

A GitHub App built with Probot that A Github App for Terraform Module repo

Setup

# Install dependencies
npm install

# Run the bot
npm start

Auto-generate autoAssignees.yml

For help:

python .\src\configureLabels.py -h

optional arguments: -h, --help show this help message and exit

--token TOKEN (Required) Authentication token generated by github account

--owner OWNER (Required) Define target repository owner.

--name NAME (Required) Define target repository name.

Run the script:

python .\src\configureLabels.py --token yourtoken --owner repoowner --name reponame

Contributing

If you have suggestions for how terraformbot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2018 zunlihu zunlihu@sjtu.edu.cn