From 9d7e0095f2f60df76005b8e364c70a380341ac78 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Fri, 29 Aug 2025 08:18:42 -0600 Subject: [PATCH] feat: set up persistent runner service and proper PR workflow --- .gitea/workflows/ci.yaml | 2 +- gitea-runner.plist | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 gitea-runner.plist diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 24e3503..ae6b659 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} triggered CI pipeline on: push: - branches: [main, develop, adilallo/enhancement/TestingFramework] + branches: [main, develop] pull_request: branches: [main, develop] diff --git a/gitea-runner.plist b/gitea-runner.plist new file mode 100644 index 0000000..9afa264 --- /dev/null +++ b/gitea-runner.plist @@ -0,0 +1,25 @@ + + + + + Label + com.gitea.act-runner + ProgramArguments + + /Users/Vinod/Documents/GitHub/community-rule/act_runner + daemon + --config + /Users/Vinod/Documents/GitHub/community-rule/config.yaml + + WorkingDirectory + /Users/Vinod/Documents/GitHub/community-rule + RunAtLoad + + KeepAlive + + StandardOutPath + /Users/Vinod/Documents/GitHub/community-rule/runner.log + StandardErrorPath + /Users/Vinod/Documents/GitHub/community-rule/runner-error.log + +