Skip to content

Commit cce9528

Browse files
Update thollander/actions-comment-pull-request action to v3
1 parent 5374034 commit cce9528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
api: '🔧 API'
3232
compatibility: '🤝 Compatibility'
3333

34-
- uses: thollander/actions-comment-pull-request@v2.5.0
34+
- uses: thollander/actions-comment-pull-request@v3.0.1
3535
name: Leave a comment about the applied label
3636
if: ${{ steps.labeller.outputs.applied != 0 }}
3737
with:
@@ -40,7 +40,7 @@ jobs:
4040
Your Pull Request was automatically labelled as: "${{ steps.labeller.outputs.applied }}"
4141
Thank you for contributing to this project! ❤️
4242
43-
- uses: thollander/actions-comment-pull-request@v2.5.0
43+
- uses: thollander/actions-comment-pull-request@v3.0.1
4444
name: Leave a comment about our branch naming convention
4545
if: ${{ steps.labeller.outputs.applied == 0 }}
4646
with:

0 commit comments

Comments
 (0)