Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

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 github-action-merge-dependabot is merged.
  • Loading branch information
guilhermelimak committed Sep 23, 2022
1 parent 6bb40e1 commit 35f01dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,4 +38,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 35f01dd

Please sign in to comment.