Skip to content

Commit

Permalink
[CI skip] Update thollander/actions-comment-pull-request action to v2…
Browse files Browse the repository at this point in the history
….5.0
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent 4dcd73b commit c794301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
api: '🔧 API'
compatibility: '🤝 Compatibility'

- uses: thollander/actions-comment-pull-request@v2.4.3
- uses: thollander/actions-comment-pull-request@v2.5.0
name: Leave a comment about the applied label
if: ${{ steps.labeller.outputs.applied != 0 }}
with:
Expand All @@ -40,7 +40,7 @@ jobs:
Your Pull Request was automatically labelled as: "${{ steps.labeller.outputs.applied }}"
Thank you for contributing to this project! ❤️
- uses: thollander/actions-comment-pull-request@v2.4.3
- uses: thollander/actions-comment-pull-request@v2.5.0
name: Leave a comment about our branch naming convention
if: ${{ steps.labeller.outputs.applied == 0 }}
with:
Expand Down

0 comments on commit c794301

Please sign in to comment.