Skip to content

Commit

Permalink
[reconcile]: update .github/workflows/github-issue-pre-check/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ce-automation[bot] authored Oct 25, 2023
1 parent 487ff7c commit be844b0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/github-issue-pre-check/action.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit be844b0

Please sign in to comment.