From 01b28abf917d3aa5292e284e86d631e5fdadfe0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Mon, 7 Nov 2022 12:10:22 +0100 Subject: [PATCH] fix: remove /approve from prow actions (#5243) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché Co-authored-by: Vyankatesh Kudtarkar --- .github/workflows/comment-commands.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/comment-commands.yaml b/.github/workflows/comment-commands.yaml index c9148d911b54..cf8f6f74791f 100644 --- a/.github/workflows/comment-commands.yaml +++ b/.github/workflows/comment-commands.yaml @@ -16,7 +16,6 @@ jobs: prow-commands: '/assign /unassign /lgtm - /milestone - /approve' + /milestone' github-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file