From 735110069c231968e7b41c95a6e770cc0d46b681 Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:51:49 +0000 Subject: [PATCH 1/6] Add .github/workflows/ci.yml --- .github/workflows/ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..5fe64ca --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,22 @@ +name: CI + +on: + pull_request: + push: + branches: main + +permissions: + contents: read + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + cache: yarn + node-version-file: '.nvmrc' + - run: yarn install + - run: yarn build + - run: yarn test --passWithNoTests From e515baf39bf057a57f8f3a1ceced1d1a36544c9c Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 13:23:21 +0000 Subject: [PATCH 2/6] Add .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..90e154b --- /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: -1 From 7d5142817bfa840f2111918a99bf0863e77f673f Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 17:35:35 +0000 Subject: [PATCH 3/6] Remove .github/workflows/mergeabot.yml --- .github/workflows/mergeabot.yml | 19 ------------------- 1 file changed, 19 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 90e154b..0000000 --- a/.github/workflows/mergeabot.yml +++ /dev/null @@ -1,19 +0,0 @@ -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: -1 From 39dbbfa9d3bdf1c8037e573a8b5fc2ac3a221e4a Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 05:36:19 +0000 Subject: [PATCH 4/6] Add .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..90e154b --- /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: -1 From 2274bfaefa20ba4c224382fa16443099e18384f5 Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 09:48:01 +0000 Subject: [PATCH 5/6] Remove .github/workflows/mergeabot.yml --- .github/workflows/mergeabot.yml | 19 ------------------- 1 file changed, 19 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 90e154b..0000000 --- a/.github/workflows/mergeabot.yml +++ /dev/null @@ -1,19 +0,0 @@ -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: -1 From ffad187e72a75be475864794839cbccc2ff20db0 Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 13:15:54 +0000 Subject: [PATCH 6/6] Add .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..90e154b --- /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: -1