Skip to content

Commit

Permalink
[reconcile]: update .github/workflows/issue-pre-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ce-automation[bot] authored Oct 25, 2023
1 parent a644f98 commit b2f85f7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/issue-pre-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Check New Issues

on:
issues:
types: [opened]

jobs:
check_issues:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Copy Github Issue PreCheck
run: cp -r .github/workflows/github-issue-pre-check ./
- name: Check new issue
uses: ./github-issue-pre-check
id: precheck
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b2f85f7

Please sign in to comment.