Skip to content

Commit 72bf525

Browse files
authored
Merge pull request #525 from Codeinwp/fix/524
Fix/524
2 parents 5195455 + 9fab42e commit 72bf525

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-dev-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
branches-ignore:
77
- 'update_dependencies'
88

9-
109
concurrency:
1110
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
1211
cancel-in-progress: true
@@ -84,7 +83,7 @@ jobs:
8483
with:
8584
issue-number: ${{ steps.get-pr-number.outputs.num }}
8685
token: ${{ secrets.BOT_TOKEN }}
87-
comment-author: github-actions[bot]
86+
comment-author: pirate-bot
8887
body-includes: Download [build]
8988

9089
- name: Get comment body

0 commit comments

Comments
 (0)