An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Auto Milestone Binder

![Test Milestone Binder](https://github.com/Code-Hex/auto-milestone-binder/workflows/Test%20Milestone%20Binder/badge.svg)

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)