From 57aa33bb9950bfcd5b08f25b3c0151ff1ff00e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:32:22 -0700 Subject: [PATCH] Bump scientific-python/attach-next-milestone-action from a4889cfde7d2578c1bc7400480d93910d2dd34f6 to bc07be829f693829263e57d5e8489f4e57d3d420 (#66) Bump scientific-python/attach-next-milestone-action Bumps [scientific-python/attach-next-milestone-action](https://github.com/scientific-python/attach-next-milestone-action) from a4889cfde7d2578c1bc7400480d93910d2dd34f6 to bc07be829f693829263e57d5e8489f4e57d3d420. - [Release notes](https://github.com/scientific-python/attach-next-milestone-action/releases) - [Commits](https://github.com/scientific-python/attach-next-milestone-action/compare/a4889cfde7d2578c1bc7400480d93910d2dd34f6...bc07be829f693829263e57d5e8489f4e57d3d420) --- updated-dependencies: - dependency-name: scientific-python/attach-next-milestone-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 cdbcc92..71ae037 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@a4889cfde7d2578c1bc7400480d93910d2dd34f6 + - uses: scientific-python/attach-next-milestone-action@bc07be829f693829263e57d5e8489f4e57d3d420 with: token: ${{ secrets.MILESTONE_LABELER_TOKEN }} force: true