diff --git a/.github/workflows/mergeabot.yml b/.github/workflows/mergeabot.yml deleted file mode 100644 index f1e628a..0000000 --- a/.github/workflows/mergeabot.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Mergeabot - -on: - schedule: - - cron: "0 0 * * *" - - pull_request: - -permissions: - contents: write - pull-requests: write - -jobs: - mergeabot: - runs-on: ubuntu-latest - steps: - - uses: freckle/mergeabot-action@v2 - with: - quarantine-days: 5