Skip to content

Commit

Permalink
Update github-action-merge-dependabot to pre release
Browse files Browse the repository at this point in the history
For the github-action-merge-dependabot's [newest version](fastify/github-action-merge-dependabot#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.
  • Loading branch information
guilhermelimak committed Sep 22, 2022
1 parent d55f0f7 commit 36b6364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -17,4 +17,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

0 comments on commit 36b6364

Please sign in to comment.