From 1e4b77a0116b1d8be79b84926b83833fa9528030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:04:11 +0000 Subject: [PATCH] Bump scientific-python/attach-next-milestone-action Bumps [scientific-python/attach-next-milestone-action](https://github.com/scientific-python/attach-next-milestone-action) from bc07be829f693829263e57d5e8489f4e57d3d420 to c9cfab10ad0c67fed91b01103db26b7f16634639. - [Release notes](https://github.com/scientific-python/attach-next-milestone-action/releases) - [Commits](https://github.com/scientific-python/attach-next-milestone-action/compare/bc07be829f693829263e57d5e8489f4e57d3d420...c9cfab10ad0c67fed91b01103db26b7f16634639) --- updated-dependencies: - dependency-name: scientific-python/attach-next-milestone-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/milestone-merged-prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/milestone-merged-prs.yaml b/.github/workflows/milestone-merged-prs.yaml index a5de3f38..8460bc89 100644 --- a/.github/workflows/milestone-merged-prs.yaml +++ b/.github/workflows/milestone-merged-prs.yaml @@ -12,7 +12,7 @@ jobs: name: attach to PR runs-on: ubuntu-latest steps: - - uses: scientific-python/attach-next-milestone-action@bc07be829f693829263e57d5e8489f4e57d3d420 + - uses: scientific-python/attach-next-milestone-action@c9cfab10ad0c67fed91b01103db26b7f16634639 with: token: ${{ secrets.MILESTONE_LABELER_TOKEN }} force: true