Skip to content

An action for binding milestone to some PR or some issues

License

Notifications You must be signed in to change notification settings

Code-Hex/auto-milestone-binder

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Auto Milestone Binder

Test Milestone Binder

An action for binding milestone to some PR or some issues.

You can see the example: #7

Usage

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 }}

License

The scripts and documentation in this project are released under the MIT License