Skip to content

Commit

Permalink
chore(ci): update milestone script to point issues to 2.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed May 14, 2024
1 parent 1ef78c4 commit 3f89399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: ${{ github.event.pull_request.number }},
milestone: 52
milestone: 59
});
// graphql query to get referenced issues to merged pull request
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue.number,
milestone: 52
milestone: 59
});
}

0 comments on commit 3f89399

Please sign in to comment.