[ci] Make gh workflow names consistent (#32010)
Super minor change to keep our naming scheme consistent for gh workflows
lauren committed
Jan 7, 2025 at 12:09 UTC
f892dabd8c5cd3c112532104bab7aef46503fb30
1 file changed
+3
-3
.github/workflows/shared_discord_notify.yml
renamed
+3
-3
@@ -1,8 +1,8 @@
1
-name: Discord Notify
1
+name: (Shared) Discord Notify
2
3
on:
4
pull_request_target:
5
- types: [ labeled ]
5
+ types: [labeled]
6
7
jobs:
8
notify:
@@ -18,4 +18,4 @@ jobs:
18
embed-author-icon-url: ${{ github.event.pull_request.user.avatar_url }}
19
embed-title: '#${{ github.event.number }} (+${{github.event.pull_request.additions}} -${{github.event.pull_request.deletions}}): ${{ github.event.pull_request.title }}'
20
embed-description: ${{ github.event.pull_request.body }}
21
- embed-url: ${{ github.event.pull_request.html_url }}
\ No newline at end of file
21
+ embed-url: ${{ github.event.pull_request.html_url }}