Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/chainguard/benchmarking-platform-reports.ci.sts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Allow the benchmarking-platform GitLab CI to back-report results to PRs only.
#
# Scoped deliberately narrower than async-profiler-build.ci: the BP project lives
# in a separate repository, so it is granted *only* the permissions needed to
# upsert a result comment on a java-profiler PR — never contents: write.
issuer: https://gitlab.ddbuild.io

subject_pattern: "project_path:DataDog/apm-reliability/benchmarking-platform:ref_type:branch:ref:.*"

permissions:
# issues: write covers creating/updating comments on a PR (the PR comment lives
# on the issues/comments endpoint); pull_requests: read is enough to resolve the
# open PR for a branch. No contents access is granted.
issues: write
pull_requests: read
Loading