Skip to content

Commit 2175327

Browse files
committed
Add item type to slack notifier
1 parent bbe4a9d commit 2175327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maintainer_helpers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
"type": "header",
174174
"text": {
175175
"type": "plain_text",
176-
"text": ":warning: The following has been labeled as a ${{ github.event.label.name }}:",
176+
"text": ":warning: The following ${{ github.event_name == 'issues' && 'issue' || 'pull request' }} has been labeled as a ${{ github.event.label.name }}:",
177177
"emoji": true
178178
}
179179
},

0 commit comments

Comments
 (0)