From 90f6df559f2756275448baa8a8f8d58c585faee1 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 5 Feb 2024 13:28:07 -0500 Subject: [PATCH] Add mergeabot workflow --- .github/workflows/mergeabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/mergeabot.yml 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