Skip to content

Commit

Permalink
[ci] Make gh workflow names consistent (#32010)
Browse files Browse the repository at this point in the history
Super minor change to keep our naming scheme consistent for gh workflows
  • Loading branch information
poteto authored Jan 7, 2025
1 parent 6efbc08 commit f892dab
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Discord Notify
name: (Shared) Discord Notify

on:
pull_request_target:
types: [ labeled ]
types: [labeled]

jobs:
notify:
Expand All @@ -18,4 +18,4 @@ jobs:
embed-author-icon-url: ${{ github.event.pull_request.user.avatar_url }}
embed-title: '#${{ github.event.number }} (+${{github.event.pull_request.additions}} -${{github.event.pull_request.deletions}}): ${{ github.event.pull_request.title }}'
embed-description: ${{ github.event.pull_request.body }}
embed-url: ${{ github.event.pull_request.html_url }}
embed-url: ${{ github.event.pull_request.html_url }}

0 comments on commit f892dab

Please sign in to comment.