Skip to content

Commit

Permalink
Update workflow to include 'blog' label in send-notification job
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Apr 16, 2024
1 parent b83b6e6 commit 86b6a20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/discord_issue_bug_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
jobs:
send-notification:
runs-on: ubuntu-latest
if: contains(github.event.label.name, 'bug') || contains(github.event.label.name, 'feature')

if: contains(github.event.label.name, 'bug') || contains(github.event.label.name, 'feature') || contains(github.event.label.name, 'blog')
steps:
- name: Fetch Issue Details
id: get_issue_details
Expand Down

0 comments on commit 86b6a20

Please sign in to comment.