Skip to content

Commit a550b46

Browse files
author
glueops-svc-account
committed
[skip actions] created local '.github/workflows/glueops-basics.yml' from remote '.github/workflows/glueops-basics.yml'
1 parent 1f8ac9b commit a550b46

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/glueops-basics.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)