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