From 40fce320174aa1603510140b5cc8f955f829882a Mon Sep 17 00:00:00 2001 From: Nodoubtz <53144580+nodoubtz@users.noreply.github.com> Date: Thu, 27 Mar 2025 09:06:29 -0400 Subject: [PATCH] Delete .github/workflows/rebase.yml Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com> --- .github/workflows/rebase.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/rebase.yml diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml deleted file mode 100644 index 5cfc9c4..0000000 --- a/.github/workflows/rebase.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Automatic Rebase - -on: [pull_request_target] - -permissions: - contents: read - -jobs: - _: - permissions: - contents: write - name: "Automatic Rebase" - - runs-on: ubuntu-latest - - steps: - - name: Harden Runner - uses: step-security/harden-runner@v2 - with: - allowed-endpoints: - api.github.com:443 - github.com:443 - - uses: actions/checkout@v4 - - uses: ljharb/rebase@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}