项目作者: jonahgoldwastaken

项目描述 :
Prepare a sprint for the milestone which is closes due
高级语言: TypeScript
项目地址: git://github.com/jonahgoldwastaken/milestone-sprint.git
创建时间: 2021-05-17T18:12:16Z
项目社区:https://github.com/jonahgoldwastaken/milestone-sprint

开源协议:MIT License

下载


Milestone Sprint

Organise your backlog by moving issues for your closest-due milestone to to do.

Inputs

project_name

Required The name of the project to update the tasks on.

token

Required The token provided by GitHub under secrets.GITHUB_TOKEN.

backlog_column

The column to move the tasks in the nearest milestone from. Default "Backlog".

todo_column

The column to move the tasks in the nearest milestone to. Default "To do".

Outputs

Nothing at the moment.

Example usage

  1. jobs:
  2. start-sprint:
  3. runs-on: ubuntu-latest
  4. steps:
  5. - uses: theonejonahgold/milestone-sprint@v1.0.3
  6. with:
  7. project_name: Project # Set this to the project name on your repo
  8. token: ${{ secrets.GITHUB_TOKEN }}