diff --git a/.github/workflows/dependabot-force-rebase.yml b/.github/workflows/dependabot-force-rebase.yml deleted file mode 100644 index 14f5ce1..0000000 --- a/.github/workflows/dependabot-force-rebase.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Dependabot Force Rebase -on: - pull_request: - types: [opened, synchronize, reopened] - -jobs: - rebase: - runs-on: ubuntu-latest - if: github.actor == 'dependabot[bot]' - permissions: - contents: write # 👈 allows pushing commits to branches - pull-requests: write # 👈 allows updating PR metadata - steps: - - uses: peter-evans/rebase@v2