You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.0 KiB
31 lines
1.0 KiB
From d5de6c135caa4cb5871ccfa7d739e0ab46bf02e5 Mon Sep 17 00:00:00 2001
|
|
From: Jan Macku <jamacku@redhat.com>
|
|
Date: Fri, 19 May 2023 16:37:37 +0200
|
|
Subject: [PATCH] ci: update permissions for source-git automation workflows
|
|
|
|
new version of `redhat-plumbers-in-action/advanced-commit-linter` requires new permission:
|
|
`checks: write`.
|
|
|
|
https://github.com/redhat-plumbers-in-action/advanced-commit-linter/commit/f1bb35fcdeff83d40eb67b5e7c58baad6be689b2
|
|
|
|
rhel-only
|
|
|
|
Related: #2170883
|
|
---
|
|
.github/workflows/source-git-automation.yml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.github/workflows/source-git-automation.yml b/.github/workflows/source-git-automation.yml
|
|
index 140f21b116..e653e28a7f 100644
|
|
--- a/.github/workflows/source-git-automation.yml
|
|
+++ b/.github/workflows/source-git-automation.yml
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
validated-pr-metadata: ${{ steps.commit-linter.outputs.validated-pr-metadata }}
|
|
|
|
permissions:
|
|
- statuses: write
|
|
+ checks: write
|
|
pull-requests: write
|
|
|
|
steps:
|