Skip to content

Commit e360b71

Browse files
chore: adding/editing shared github actions/configurations
1 parent a8ce1e2 commit e360b71

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/glueops-basics.yml

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)