Skip to content

Commit

Permalink
Added Github Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
buildslave committed Jul 20, 2022
1 parent d083601 commit 79c943a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/Runchecks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Run CheckApproval CheckBug CheckLint tasks

on:
pull_request:
types: [opened, synchronize, reopened, labeled]
branches: "**"
pull_request_review:
types: [submitted]
branches: "**"
jobs:
TriggerWorkfows:
uses: projectceladon/celadonworkflows/.github/workflows/Triggerall.yml@main
with:
PR_EVENT: ${{ github.event.action }}
PR_URL: https://github.com/${{github.repository}}/pull/${{ github.event.pull_request.number }}
PR_LABEL: ${{ github.event.label.name }}

0 comments on commit 79c943a

Please sign in to comment.