From 611c2bde4bcea6a32f600eab8b096e92ff33f5a5 Mon Sep 17 00:00:00 2001 From: nev21 <82737406+nev21@users.noreply.github.com> Date: Sat, 7 Feb 2026 16:51:53 -0800 Subject: [PATCH] Delete .github/workflows/dependabot-force-rebase.yml --- .github/workflows/dependabot-force-rebase.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/dependabot-force-rebase.yml 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