From a0b124d19398247b01b8d7c5fb67f1790e63f342 Mon Sep 17 00:00:00 2001 From: Joris Buchou Date: Thu, 12 Dec 2024 11:53:23 -0800 Subject: [PATCH 1/2] Update .github/workflows/mergeabot.yml --- .github/workflows/mergeabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 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..f1e628a --- /dev/null +++ b/.github/workflows/mergeabot.yml @@ -0,0 +1,19 @@ +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 From 4c84e4343290cbb8867463330b3b882e7658136d Mon Sep 17 00:00:00 2001 From: Pat Brisbin Date: Mon, 13 Jan 2025 15:04:04 -0500 Subject: [PATCH 2/2] Change quarantine-days to -1 --- .github/workflows/mergeabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mergeabot.yml b/.github/workflows/mergeabot.yml index f1e628a..90e154b 100644 --- a/.github/workflows/mergeabot.yml +++ b/.github/workflows/mergeabot.yml @@ -16,4 +16,4 @@ jobs: steps: - uses: freckle/mergeabot-action@v2 with: - quarantine-days: 5 + quarantine-days: -1