From 2d1e8f35b0ffc9fd7685d062e1ae33442fdbeb16 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 22 Jun 2026 17:29:52 -0600 Subject: [PATCH 1/2] Rename example.yml to ci.yml Satisfies the requirement for a "ci" workflow without adding unnecessary Node.js build steps to this composite action repo. Co-Authored-By: Claude Opus 4.5 --- .github/workflows/{example.yml => ci.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{example.yml => ci.yml} (100%) diff --git a/.github/workflows/example.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/example.yml rename to .github/workflows/ci.yml From 6924a47ab88ff7a0ec6c114ec338bc4019ad8b4c Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:21:32 +0000 Subject: [PATCH 2/2] 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