Action to close milestone
Create a workflow .yml file in your .github/workflows directory. An example workflow is available below. For more information, reference the GitHub Help Documentation for Creating a workflow file.
repository
: Github repository. Add the Github context value: github.repository
. (required)
milestone
: Milestone id, not title please. (required)
- name: Close milestone
uses: Beakyn/gha-close-milestone@master
env:
GITHUB_TOKEN: ${{ github.token }}
with:
repository: ${{ github.repository }}
milestone: 1
Close Milestone Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.