From 0139d749694020eb25b9c8cc0c6dd8e85733cc58 Mon Sep 17 00:00:00 2001 From: Rishabh Singh Date: Thu, 18 Jul 2024 15:08:33 -0700 Subject: [PATCH] test comment Signed-off-by: Rishabh Singh --- .github/workflows/add-performance-comment.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/add-performance-comment.yml b/.github/workflows/add-performance-comment.yml index 011a9b90519f9..801c0e28db973 100644 --- a/.github/workflows/add-performance-comment.yml +++ b/.github/workflows/add-performance-comment.yml @@ -6,16 +6,13 @@ on: jobs: add-comment: - if: github.event.label.name == 'Performance' runs-on: ubuntu-latest permissions: - id-token: write - contents: write - issues: write pull-requests: write steps: - name: Add comment to PR + if: github.event.label.name == 'Performance' uses: actions/github-script@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }}