Skip to content

Commit

Permalink
chore: setup google chat
Browse files Browse the repository at this point in the history
  • Loading branch information
uwaisalqadri committed Dec 26, 2024
1 parent 90d4989 commit da8b91e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/chat-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: chat-pull-request
on:
pull_request:
types: [opened, reopened, ready_for_review]
jobs:
chat:
runs-on: ubuntu-latest
steps:
- uses: delivery-much/actions-chat@v1
with:
url: ${{ secrets.GOOGLE_CHAT_PULL_REQUEST_WEBHOOK_URL }}

0 comments on commit da8b91e

Please sign in to comment.