Browse Source

chore: updating ok-to-test to allow interim maintainers (#6638)

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Gustavo Fernandes de Carvalho 4 days ago
parent
commit
df71ed0b96
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/ok-to-test-managed.yml
  2. 1 1
      .github/workflows/ok-to-test.yml

+ 1 - 1
.github/workflows/ok-to-test-managed.yml

@@ -42,4 +42,4 @@ jobs:
         reaction-token: ${{ secrets.GITHUB_TOKEN }}
         reaction-token: ${{ secrets.GITHUB_TOKEN }}
         issue-type: pull-request
         issue-type: pull-request
         commands: ok-to-test-managed
         commands: ok-to-test-managed
-        permission: maintain
+        permission: write

+ 1 - 1
.github/workflows/ok-to-test.yml

@@ -40,4 +40,4 @@ jobs:
         reaction-token: ${{ secrets.GITHUB_TOKEN }}
         reaction-token: ${{ secrets.GITHUB_TOKEN }}
         issue-type: pull-request
         issue-type: pull-request
         commands: ok-to-test
         commands: ok-to-test
-        permission: maintain
+        permission: write