We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f3cce commit 70a3a20Copy full SHA for 70a3a20
1 file changed
.github/chainguard/self.github.pre-commit.pull-request.sts.yaml
@@ -0,0 +1,15 @@
1
+# Policy for: .github/workflows/reusable-pre-commit.yml in DataDog/datadog-api-client-python
2
+# Grants contents:write to push pre-commit fixes back to the PR branch.
3
+# WARNING: contents:write is granted on pull_request events (non-protected ref).
4
+# This is intentional to allow automated pre-commit fixes on PRs.
5
+issuer: https://token.actions.githubusercontent.com
6
+subject: repo:DataDog/datadog-api-client-python:pull_request
7
+
8
+claim_pattern:
9
+ event_name: pull_request
10
+ job_workflow_ref: DataDog/datadog-api-client-python/\.github/workflows/reusable-pre-commit\.yml@refs/pull/[0-9]+/merge
11
+ ref: refs/pull/[0-9]+/merge
12
+ repository: DataDog/datadog-api-client-python
13
14
+permissions:
15
+ contents: write
0 commit comments