From 64ad40595daf3492af804c9aab9b1863873e3d13 Mon Sep 17 00:00:00 2001 From: Guilherme Kammsetzer <6863574+guilhermelimak@users.noreply.github.com> Date: Wed, 21 Sep 2022 22:15:58 -0700 Subject: [PATCH] Update github-action-merge-dependabot to pre release For the github-action-merge-dependabot's [newest version](https://github.com/fastify/github-action-merge-dependabot/pull/276) we have updated how the dependabot PR metadata is retrieved. Before that it used some custom logic to parse the PR title and branch name but now we use dependabot's fetch-metadata action which does all the heavy lifting for us. Since that was quite a big change we're deploying a prerelease version for a small amount of projects to do before fully releasing it. This should be replaced back to the original after testing is complete. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30c161a..ce9aec7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,4 +55,4 @@ jobs: pull-requests: write contents: write steps: - - uses: fastify/github-action-merge-dependabot@v3 + - uses: guilhermelimak/github-action-merge-dependabot@feat/use-fetch-metadata-action