We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ce69f commit 922ec11Copy full SHA for 922ec11
.github/workflows/smart-commenting.yml
@@ -1,22 +1,23 @@
1
name: Smart Commenting
2
3
on:
4
- pull_request:
5
- branches:
6
- - develop
7
- paths:
8
- - '**.php'
9
- - 'composer.*'
10
- - '.github/workflows/smart-commenting.yml'
11
- push:
12
13
14
15
16
17
+ workflow_call:
+ pull_request:
+ branches:
+ - develop
+ paths:
+ - '**.php'
+ - 'composer.*'
+ - '.github/workflows/smart-commenting.yml'
+ push:
18
19
jobs:
-
20
+
21
add-comment-for-GPG-Signing:
22
uses: codeigniter4/.github/.github/workflows/label-signing.yml@main
23
0 commit comments