We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pull-requests
write
1 parent 3c960d4 commit 4bb6629Copy full SHA for 4bb6629
roles/github/templates/generic.yml.j2
@@ -6,7 +6,7 @@ jobs:
6
permissions:
7
contents: write
8
packages: %% 'read' if github_registry_url == 'ghcr.io' else 'none' %%
9
- pull-requests: write
+ pull-requests: %% 'write' if KAYOBE_AUTOMATION_PR_TYPE in workflow.arguments else 'none' %%
10
container:
11
image: %% github_registry_url %%/%% github_image_name %%:%% github_image_tag %%
12
credentials:
0 commit comments