From e699bb9943933b1e5cec563c740588dd26ce2f6f Mon Sep 17 00:00:00 2001 From: glueops-svc-account Date: Tue, 8 Oct 2024 11:30:10 +0000 Subject: [PATCH] [skip actions] created local '.github/workflows/glueops-basics.yml' from remote '.github/workflows/glueops-basics.yml' --- .github/workflows/glueops-basics.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/glueops-basics.yml 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