Skip to content

Commit

Permalink
ci(automerge): Remove unknown field needs
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuki31 committed Aug 3, 2024
1 parent b2282ff commit faa8ae1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ jobs:
# Auto-merge all Dependabot PRs with patch updates
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
id: merge_pr
needs: metadata
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.M31_PAT }}
MERGE_METHOD: merge
MERGE_COMMIT_MESSAGE: 'pull-request-title'

- name: Post-merge PR
needs: merge_pr
if: ${{ steps.automerge.outputs.mergeResult == 'merged' }}
run: >
gh pr comment --body 'Auto merged PR'
Expand Down

0 comments on commit faa8ae1

Please sign in to comment.