Skip to content

Commit

Permalink
[skip actions] created local '.github/workflows/glueops-basics.yml' f…
Browse files Browse the repository at this point in the history
…rom remote '.github/workflows/glueops-basics.yml'
  • Loading branch information
glueops-svc-account committed Oct 8, 2024
1 parent 9577d1d commit e699bb9
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 https://github.com/internal-GlueOps/github-shared-files-sync . 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 e699bb9

Please sign in to comment.