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 b0c3a0e commit ebef3efCopy full SHA for ebef3ef
.github/workflows/smart-commenting.yml
@@ -16,13 +16,12 @@ on:
16
- 'composer.*'
17
- '.github/workflows/smart-commenting.yml'
18
jobs:
19
-
20
add-comment-for-GPG-Signing:
21
uses: codeigniter4/.github/.github/workflows/label-signing.yml@main
22
23
add-comment-for-conflict:
24
uses: codeigniter4/.github/.github/workflows/label-add-conflict-all-pr.yml@main
25
+
26
add-comment-for-tests:
27
if: github.event.label.name == 'tests needed'
28
runs-on: ubuntu-latest
0 commit comments