Skip to content

Commit

Permalink
test comment
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 committed Jul 18, 2024
1 parent 68407eb commit 0139d74
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/add-performance-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0139d74

Please sign in to comment.