From 6d8af5a9a8cf3645d3d1db4e80ce976ab9e6ad00 Mon Sep 17 00:00:00 2001 From: GeekMr <140129782+WilliamWang1721@users.noreply.github.com> Date: Thu, 18 Dec 2025 06:26:12 +0800 Subject: [PATCH] Add CodeX PR Checks to main.yml Add CodeX PR Checks action to workflow --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000000..5c4ed11356 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ + - name: CodeX: PR Checks + # You may pin to the exact commit or the version. + # uses: codex-team/action-pr-assistant@6e7600580b84b2579eb9d97e399c1d323b97e921 + uses: codex-team/action-pr-assistant@1.0.1 + with: + # Which check to run: description, linked-issue or both + check: # optional, default is description + # Modes: strict, draft or comment + mode: # optional, default is comment + # Optional token with extended permissions. If empty, GITHUB_TOKEN is used. + token: # optional, default is +