Skip to content

Commit

Permalink
Create check-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored Sep 27, 2023
1 parent 055d993 commit a116a5d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Validate PR

concurrency:
group: ${{ github.ref_name }}-validate-pr
cancel-in-progress: true

on:
pull_request:
branches: [ "main" ]
types:
- opened
- reopened
- edited
- synchronize
- labeled
- unlabeled

jobs:
check-pr:
uses: zaphiro-technologies/github-workflows/.github/workflows/check-pr.yaml@main
secrets: inherit

0 comments on commit a116a5d

Please sign in to comment.