diff --git a/.github/workflows/glueops-basics.yml b/.github/workflows/glueops-basics.yml new file mode 100644 index 0000000..95d493f --- /dev/null +++ b/.github/workflows/glueops-basics.yml @@ -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 \ No newline at end of file