This commit is contained in:
Stephan 2022-03-18 15:53:55 +01:00
parent 0835da33bd
commit 21b99568fe
2 changed files with 8 additions and 12 deletions

View File

@ -1,14 +1,10 @@
// get the project // assign a milestone to issues or PRs added to a project, with a name corresponding
// check if the name matches a version x.y or x.y.z // to the name of the project - create the milestone if it does not exist
// created //
// check that there is a corresponding milestone // adding a *second* project to the issue will update the milestone accordingly
// else create that milestone // removing that project will reset the milestone entirely (not use the other project)
// and assign the issue to the milestone // and, no idea what happens if one very quickly adds and removes an issue
// deleted //
// get the issue
// if issue is not closed,
// remove issue from milestone, if any
// an issue or PR actually becomes a card (or, a card is actually created...) when // an issue or PR actually becomes a card (or, a card is actually created...) when
// it's move to a project column for the first time - being assigned to the project // it's move to a project column for the first time - being assigned to the project
// and showing in project's backlog is not enough. // and showing in project's backlog is not enough.

View File

@ -1,6 +1,6 @@
name: Publish Release name: Publish Release
on: on:
workflow_dispatch workflow_dispatch:
inputs: inputs:
description: 'Version' description: 'Version'
required: true required: true