From eae1bf57d036b4ec10158c3f48c4654698d825dc Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 00:33:25 +0000 Subject: [PATCH] Remove .github/workflows/mergeabot.yml --- .github/workflows/mergeabot.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/mergeabot.yml diff --git a/.github/workflows/mergeabot.yml b/.github/workflows/mergeabot.yml deleted file mode 100644 index 7e9b364..0000000 --- a/.github/workflows/mergeabot.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Mergeabot - -on: - pull_request: - schedule: - - cron: "0 0 * * *" - -permissions: - contents: write - pull-requests: write - -jobs: - mergeabot: - runs-on: ubuntu-latest - steps: - # Use an app token so further workflows (e.g. release) are triggered - - id: token - uses: actions/create-github-app-token@v2 - with: - app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }} - private-key: ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }} - - - uses: freckle/mergeabot-action@v2 - with: - quarantine-days: -1 - github-token: ${{ steps.token.outputs.token }}