An action for binding milestone to some PR or some issues.
You can see the example: #7
See action.yml
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 }}
The scripts and documentation in this project are released under the MIT License