From 6b0add3488d1fb94d972b3cf38f242a6ef722e33 Mon Sep 17 00:00:00 2001 From: Nicholas Rodrigues Lordello Date: Tue, 31 Oct 2023 11:50:22 +0100 Subject: [PATCH] =?UTF-8?q?follow=20documentation=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cla.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 82e9507ae..00f82ca41 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -5,12 +5,15 @@ on: pull_request_target: types: [ opened, closed, synchronize ] +permissions: + actions: write + contents: write + pull-requests: write + statuses: write + jobs: CLAssistant: runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'