Skip to content

Commit

Permalink
chore: adding/editing shared github actions/configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
glueops-svc-account committed Apr 3, 2024
1 parent 8745605 commit 9e56cfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/configs/glueops-basics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PR Checks and Labels

on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
PR_CHECKS_AND_LABELS:
uses: GlueOps/github-workflows/.github/workflows/glueops-basic-pr-checks.yml@feat/adding-new-pr-check-workflows
secrets: inherit

0 comments on commit 9e56cfb

Please sign in to comment.