breaking: the dependency cloudposse/github-action-auto-release has been updated to a new major version (v4), which may include breaking changes. #major
#336
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 |