We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f0d36 commit dbd1e4bCopy full SHA for dbd1e4b
.github/workflows/smart_commenting.yml
@@ -25,7 +25,7 @@ jobs:
25
[2]: https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/workflow.md#gpg-signing-old-commits
26
27
add-comment-for-tests:
28
- if: github.event.label.name == 'tests needed' && github.event.label.name != 'lang'
+ if: github.event.label.name == 'tests needed'
29
runs-on: ubuntu-latest
30
permissions:
31
pull-requests: write
0 commit comments