API service which uses the GitHub API service to change the milestone of a set of issues at once. This was developed in order to elimate the process of manually updating the milestones one by one. A total of 100 issues can be modified at a time.
You should have installed:
- Ballerina or you can download and install it through https://ballerina.io/learn/installing-ballerina/.
- Clone the repository to a place of your preference using the command
git clone https://github.com/deshankoswatte/repository-milestone-changer.git
. - Open the cloned repository folder.
- Run the program using the command using
milestone_changer_activate.sh
on the root folder. - Provide the values for: Organization Name, Repository Name, Milestone Name to be changed, Milestone Name to be changed to and Your Access Token to the html form fields and click 'submit'.
Contributions make the open source community such an amazing place to learn, inspire, and create. Any contribution you make to this project is greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE
for more information.