Skip to content

Commit

Permalink
chore: [skip actions] adding/editing shared github actions/configurat…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
glueops-svc-account committed Jul 8, 2024
1 parent 66dd553 commit d6b3029
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/glueops-basics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
####
## This is managed via terraform. Any changes to this file may be overridden by our automation
####

name: "GlueOps Standard Checks"

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

jobs:
PR_CHECKS_AND_LABELS:
uses: GlueOps/github-workflows/.github/workflows/glueops-basic-pr-checks.yml@main
secrets: inherit

0 comments on commit d6b3029

Please sign in to comment.