Skip to content

Commit

Permalink
chore: fix auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nr18 committed Jul 28, 2023
1 parent fb24320 commit 73cf7b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: auto-merge

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.mytoken }}
25 changes: 0 additions & 25 deletions .github/workflows/dependabot.yml

This file was deleted.

0 comments on commit 73cf7b6

Please sign in to comment.