Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WyriHaximus/github-action-close-milestone
Closes a milestone
https://github.com/WyriHaximus/github-action-close-milestone
github github-actions hacktoberfest milestone
Last synced: 3 months ago
JSON representation
Closes a milestone
- Host: GitHub
- URL: https://github.com/WyriHaximus/github-action-close-milestone
- Owner: WyriHaximus
- License: mit
- Created: 2019-10-20T19:41:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T08:29:37.000Z (about 1 year ago)
- Last Synced: 2024-10-26T17:53:13.020Z (4 months ago)
- Topics: github, github-actions, hacktoberfest, milestone
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actions - Close Milestone - Close the given milestone. (Community Resources / Utility)
- fucking-awesome-actions - Close Milestone - Close the given milestone. (Community Resources / Utility)
- awesome-workflows - Close Milestone - Close the given milestone. (Community Resources / Utility)
README
# Milestone Close Github Action
Github Action that closes a milestone.
## Options
This action supports the following options.
### number
The number of the milestone we want to close.
* *Required*: `Yes`
* *Type*: `integer`
* *Example*: `123`## License ##
Copyright 2019 [Cees-Jan Kiewiet](http://wyrihaximus.net/)
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.