Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
chore: adding/editing shared github actions/configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
glueops-svc-account committed Apr 3, 2024
1 parent 4da612b commit 8a64769
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/glueops-basics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PR Checks and Labels

on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
PR_CHECKS_AND_LABELS:
uses: GlueOps/github-workflows/.github/workflows/glueops-basic-pr-checks.yml@feat/adding-new-pr-check-workflows
secrets: inherit

0 comments on commit 8a64769

Please sign in to comment.