Skip to content

Commit

Permalink
fix: remove metadata check
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa authored Sep 2, 2024
1 parent 76fed17 commit 97dc5b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
- id: metadata
name: Fetch dependency metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.AUTO_MERGE_GITHUB_TOKEN }}"
- id: merge
name: Merge PR
run: gh pr merge ${{ github.event.pull_request.number }} --merge
Expand Down

0 comments on commit 97dc5b9

Please sign in to comment.