From be844b025a3355643adeadd5036fcab5d5f29cb3 Mon Sep 17 00:00:00 2001 From: "ce-automation[bot]" <142267886+ce-automation[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 01:18:11 +0000 Subject: [PATCH] [reconcile]: update .github/workflows/github-issue-pre-check/action.yml --- .../github-issue-pre-check/action.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/github-issue-pre-check/action.yml diff --git a/.github/workflows/github-issue-pre-check/action.yml b/.github/workflows/github-issue-pre-check/action.yml new file mode 100644 index 000000000..1ca1b8f95 --- /dev/null +++ b/.github/workflows/github-issue-pre-check/action.yml @@ -0,0 +1,18 @@ +name: "Github Issue PreCheck" + +description: "Check new opened issue." + +author: "Replicated Collab" + +branding: + icon: "terminal" + color: "white" + +inputs: + github-token: + description: GITHUB_TOKEN token or a PAT + required: true + +runs: + using: "node16" + main: "index.js"