We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8ac9b commit a550b46Copy full SHA for a550b46
.github/workflows/glueops-basics.yml
@@ -0,0 +1,14 @@
1
+####
2
+## This is managed via https://github.com/internal-GlueOps/github-shared-files-sync . Any changes to this file may be overridden by our automation
3
4
+
5
+name: "GlueOps Standard Checks"
6
7
+on:
8
+ pull_request:
9
+ types: [opened, synchronize, reopened]
10
11
+jobs:
12
+ PR_CHECKS_AND_LABELS:
13
+ uses: GlueOps/github-workflows/.github/workflows/glueops-basic-pr-checks.yml@main
14
+ secrets: inherit
0 commit comments