Make close-milestone-on-release as workflow_dispatch

This commit is contained in:
Artem Bilan
2023-11-09 13:49:57 -05:00
parent 8dc976db3e
commit 9bd7113c6d

View File

@@ -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: