Skip to content

Commit

Permalink
fix: Fix labeler action (#2970)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo authored May 24, 2024
1 parent 1642457 commit ae18265
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
use_local_config: true
slack-notification-doc-team:
needs: labeler
if: ${{ github.event.label.name == 'need-doc-review' }}
if: contains(github.event.pull_request.labels.*.name, 'need-doc-review')
runs-on: ubuntu-latest
permissions:
pull-requests: write # Needed by sticky-pull-request-comment
Expand All @@ -56,6 +56,10 @@ jobs:
}
]
}
- uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
with:
header: pr-title-slack-doc
delete: true
- uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
with:
header: pr-title-slack-doc
Expand Down

0 comments on commit ae18265

Please sign in to comment.