We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fe3e2 commit bfaee07Copy full SHA for bfaee07
1 file changed
.github/workflows/publish.yml
@@ -14,8 +14,7 @@ jobs:
14
working-directory: ./js
15
16
if: >-
17
- ${{ github.event.pull_request.merged == true &&
18
- contains(github.event.pull_request.labels.*.name, 'js') && (
+ ${{ github.event.pull_request.merged == true && (
19
contains(github.event.pull_request.labels.*.name, 'patch') ||
20
contains(github.event.pull_request.labels.*.name, 'minor') ||
21
contains(github.event.pull_request.labels.*.name, 'major') ) }}
@@ -27,8 +26,8 @@ jobs:
27
26
28
- name: Setup git user
29
run: |
30
- git config user.name "Yedhin Kizhakkethara"
31
- git config user.email "yedhin@bigbinary.com"
+ git config user.name "neetobot"
+ git config user.email "neetobot.github@neeto.com"
32
33
- name: Setup NodeJS LTS version
34
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
0 commit comments