Add fork governance: CODEOWNERS, CI, trailer lint, manifest and sync workflows - #30
Merged
Merged
Conversation
Comment on lines
+9
to
+20
| runs-on: ubuntu-latest | ||
| timeout-minutes: 60 | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-go@v5 | ||
| with: | ||
| go-version-file: go.mod | ||
| cache: true | ||
| - name: Build | ||
| run: go build ./... | ||
| - name: Unit tests | ||
| run: go test -short -timeout 45m ./... |
Comment on lines
+7
to
+16
| if: ${{ !startsWith(github.head_ref, 'sync/upstream-') }} | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| with: | ||
| fetch-depth: 0 | ||
| - name: Check commit trailers | ||
| env: | ||
| BASE_REF: ${{ github.base_ref }} | ||
| run: bash .github/scripts/check-trailers.sh "origin/${BASE_REF}..HEAD" No newline at end of file |
…workflows Adapted from aws-observability/cortex-dev for this fork: alertmanager component trailers, https://github.com/prometheus/alertmanager on main, dispatch-only upstream sync, manifest published to the aws-changes branch. AWS-Change: build AWS-Component: alertmanager Upstream-Status: none
danielblando
force-pushed
the
fork-process
branch
from
September 3, 2026 00:28
e98dc30 to
20e86bd
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rolls the AMP Cortex fork process onto this fork, adapted from aws-observability/cortex-dev:
@amazon-contributing/amazon-managed-service-for-prometheus(org-local team with repo access; the aws-observability team used on the other forks does not resolve in this org).go build ./...+go test -short -timeout 45m ./...(this fork builds without sibling replaces; committed vfsdata assets mean no frontend build is needed). Verified locally against main.aws-changesbranch. Upstream: prometheus/alertmanager @ main.Workflows pass actionlint and YAML validation; scripts pass
bash -n/py_compile.