We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5374034 commit cce9528Copy full SHA for cce9528
.github/workflows/pr-labels.yml
@@ -31,7 +31,7 @@ jobs:
31
api: '🔧 API'
32
compatibility: '🤝 Compatibility'
33
34
- - uses: thollander/actions-comment-pull-request@v2.5.0
+ - uses: thollander/actions-comment-pull-request@v3.0.1
35
name: Leave a comment about the applied label
36
if: ${{ steps.labeller.outputs.applied != 0 }}
37
with:
@@ -40,7 +40,7 @@ jobs:
40
Your Pull Request was automatically labelled as: "${{ steps.labeller.outputs.applied }}"
41
Thank you for contributing to this project! ❤️
42
43
44
name: Leave a comment about our branch naming convention
45
if: ${{ steps.labeller.outputs.applied == 0 }}
46
0 commit comments