Skip to content

Commit

Permalink
Make close-milestone-on-release as workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 9, 2023
1 parent 8dc976d commit 9bd7113
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/close-milestone-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Close Milestone and Notify Slack

on:
workflow_dispatch:
inputs:
releaseTag:
description: 'The tag of the release for Milestone to close. Usually starts with `v`'
required: true
type: string
workflow_call:
inputs:
releaseTag:
Expand Down

0 comments on commit 9bd7113

Please sign in to comment.