Skip to content

Commit

Permalink
fix: dependabot auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Oct 2, 2023
1 parent 0a82027 commit 3788888
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-merge-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Checkout repository
uses: actions/checkout@v4

## NOTE: This step is only required if the repository has been configured to Require approval
## Checks if update-type is patch or minor, then approve if the PR status is not approved yet.
## Token with PR approval permission is required
Expand Down

0 comments on commit 3788888

Please sign in to comment.