Skip to content

Commit

Permalink
fix maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyas3s authored Aug 28, 2024
1 parent f55f149 commit 8a6d0fe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ permissions:
on:
issue_comment:
types: [created]
pull_request_review:
types: [submitted, dismissed]
pull_request_review_comment:
types: [created, deleted]
pull_request:
types:
- review_requested

jobs:
author_comment:
Expand All @@ -26,7 +25,7 @@ jobs:

review_requested:
name: Add "waiting for review" if a review is requested
if: ${{ github.event_name == 'pull_request_review' && github.event.action == 'submitted' }}
if: github.event.action == 'review_requested'
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@v1
Expand Down

0 comments on commit 8a6d0fe

Please sign in to comment.