This repository was archived by the owner on Feb 27, 2026. It is now read-only.
breaking: the dependency actions/setup-go has been updated to a new major version (v6), which may include breaking changes. #major
#435
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #### | |
| ## 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 |