Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YikaiHu committed Nov 28, 2023
1 parent 13d892d commit 7bd93a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gh-issue-open.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Send GitHub new issues to Slack

on:
issues:
types: [opened]

jobs:
issue-opened:
runs-on: ubuntu-latest
steps:
- name: Send issue to solution slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 7bd93a3

Please sign in to comment.