Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.47 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.47 KB

CS2103 PR Bot

This repository holds the source code to the pull request pre-processing bot that processes student submission to Github in the National University of Singapore, School of Computing CS2103: Software Engineering class.

The bot uses Accuser, a library that enables this bot to process PRs and issues on repositories we selected.

The Github access token is to be stored in an environment variable called GITHUB_TOKEN. You may create a file .env in the root folder of this repository to set the environment variables for this bot.

Contributing

Reporting a Bug

To report a bug, create an issue. Ensure that you search for existing issues reported first before making yours. If it is a possible bug with the underlying library Accuser, create an issue there.

Submitting a PR

Any changes to the functionality of this bot requires the approval of the module coordinator of CS2103. However, you may submit a pull request for minor bug fixes if you are able to solve it. All PRs must be merged into the develop branch instead of master.

Deployment

The repository is configured to deploy whenever new changes are made to this repository. Ensure that changes are tested locally before pushing. Changes should go into the develop branch first before merging into master for deployment.

License

Code released under the MIT license.