diff --git a/.github/workflows/Runchecks.yaml b/.github/workflows/Runchecks.yaml new file mode 100644 index 0000000000..63e287c48a --- /dev/null +++ b/.github/workflows/Runchecks.yaml @@ -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 }}