diff options
-rw-r--r-- | .github/workflows/auto-merge.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml deleted file mode 100644 index 46c268b..0000000 --- a/.github/workflows/auto-merge.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: auto-merge - -on: - pull_request_target: - -jobs: - auto-merge: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: ahmadnassri/action-dependabot-auto-merge@v2 - with: - target: minor - github-token: ${{ secrets.GITHUB_TOKEN }} |