Complete The Item Below
Description
Create a new custom github action that creates a new milestone.
The GitHub action should have the following inputs:
- repo-owner
- repo-name
- milestone-name
- github-token
- deno-version
A good example to go off of is the close-milestone custom github action. Like all of the other custom github actions, it will use deno and a deno script to perform the work.
Before creating a new milestone, check whether it already exists. Fail the action if the milestone already exists.
Acceptance Criteria
The items to complete to satisfy the Definition of Done.
ToDo Items
The items to complete to satisfy the Definition of Done.
Code of Conduct
Complete The Item Below
Description
Create a new custom github action that creates a new milestone.
The GitHub action should have the following inputs:
A good example to go off of is the
close-milestonecustom github action. Like all of the other custom github actions, it will use deno and a deno script to perform the work.Before creating a new milestone, check whether it already exists. Fail the action if the milestone already exists.
Acceptance Criteria
The items to complete to satisfy the Definition of Done.
repo-ownerrepo-namemilestone-namegithub-tokendeno-versionclose-milestoneaction.ToDo Items
The items to complete to satisfy the Definition of Done.
Code of Conduct