https://github.com/code-hex/auto-milestone-binder
An action for binding milestone to some PR or some issues
https://github.com/code-hex/auto-milestone-binder
Last synced: 4 months ago
JSON representation
An action for binding milestone to some PR or some issues
- Host: GitHub
- URL: https://github.com/code-hex/auto-milestone-binder
- Owner: Code-Hex
- License: mit
- Created: 2020-06-03T07:04:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T03:17:02.000Z (over 2 years ago)
- Last Synced: 2025-05-07T20:07:51.871Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 205 KB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Milestone Binder

An action for binding milestone to some PR or some issues.
You can see the example: https://github.com/Code-Hex/auto-milestone-binder/issues/7
# Usage
See [action.yml](action.yml)
```yaml
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Code-Hex/auto-milestone-binder@v1.0.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
```
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)