chadfawcett / classroom-bot-issues

Copies open issues from starter repository to student assignment repositories

Home Page:https://github.com/apps/classroom-bot-issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classroom Bot Issues

A GitHub App built with Probot that copies open issues from starter repository to student assignment repositories.

Install

Install the Classroom Bot Issues GitHub App from the Marketplace. Select the Organization in which you run your Classroom, and select install on "All repositories".

Install

Default

By default, issues will be copied from a repository named <assignment-prefix>-starter. For example, if your assignment repository prefix is assignment1, the App will attempt to copy all issues from assignment1-starter to each students' assignment repository (ie assignment1-student1, assignment1-student2, etc)

Configure

If you need issues to be copied from a different repository, you can configure this in your starter repository. If your assignment starter repository is name assignment1-master-copy, then simply add the following to your .github/config.yml:

issues:
  starterName: assignment1-master-copy

Contributing

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

For more, check out the Contributing Guide.

License

MIT © 2018 Chad Fawcett

About

Copies open issues from starter repository to student assignment repositories

https://github.com/apps/classroom-bot-issues

License:MIT License


Languages

Language:JavaScript 100.0%