Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: correctly handle multiple open milestones #4537

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

nikku
Copy link
Member

@nikku nikku commented Sep 22, 2024

Proposed Changes

As observed in this action run our automatic assignment utility insufficiently handles multiple open development milestones. These can be open in case we push things to a future milestone.

The following query properly returns only the first (supposed to be active) development milestone:

gh api -H "Accept: application/vnd.github.v3+json" \
    /repos/camunda/camunda-modeler/milestones \
    --jq '[.[] | select(.title | startswith("M")) | .number ][0]'

Checklist

To ensure you provided everything we need to look at your PR:

  • Brief textual description of the changes present
  • Visual demo attached
  • Steps to try out present, i.e. using the @bpmn-io/sr tool
  • Related issue linked via Closes {LINK_TO_ISSUE} or Related to {LINK_TO_ISSUE}

@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label Sep 22, 2024
@nikku nikku requested a review from marstamm September 22, 2024 19:39
@nikku nikku requested a review from barmac September 22, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review Review pending
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant