Skip to content

Commit f7266b4

Browse files
chore: adding/editing shared github actions/configurations
1 parent 975016c commit f7266b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PR Checks and Labels
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
jobs:
8+
PR_CHECKS_AND_LABELS:
9+
uses: GlueOps/github-workflows/.github/workflows/glueops-basic-pr-checks.yml@feat/adding-new-pr-check-workflows
10+
secrets: inherit

0 commit comments

Comments
 (0)