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