From 8313d0c1255e7f59f73e2ee6f2cde6b638ea3078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:55:59 +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 f94a5235518d4d34911c41e19d780b8e79d42238 to a4889cfde7d2578c1bc7400480d93910d2dd34f6. - [Release notes](https://github.com/scientific-python/attach-next-milestone-action/releases) - [Commits](https://github.com/scientific-python/attach-next-milestone-action/compare/f94a5235518d4d34911c41e19d780b8e79d42238...a4889cfde7d2578c1bc7400480d93910d2dd34f6) --- 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 b4b5d0b..cdbcc92 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@f94a5235518d4d34911c41e19d780b8e79d42238 + - uses: scientific-python/attach-next-milestone-action@a4889cfde7d2578c1bc7400480d93910d2dd34f6 with: token: ${{ secrets.MILESTONE_LABELER_TOKEN }} force: true