Delete .github/workflows/rebase.yml

Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
This commit is contained in:
Nodoubtz 2025-03-27 09:06:29 -04:00 committed by GitHub
parent f07c2ad085
commit 40fce32017
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}