Skip to content

Commit

Permalink
feat: [SCRUM-41] update pull.request.opened.yml to notify google chat
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanlamb committed Jun 14, 2024
1 parent 2475cc9 commit d28b5ad
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 33 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/notify-pull-request-opened.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Notify PR opened

on:
pull_request:
types:
- opened
- reopened

concurrency:
cancel-in-progress: false
group: pull-request-opened-${{ github.ref_name }}

jobs:
update:
name: Send notification
runs-on: ubuntu-latest
steps:
- name: Notify Google Chat
if: ${{ always() }}
uses: SimonScholz/google-chat-action@main
with:
webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}'
33 changes: 0 additions & 33 deletions .github/workflows/slack.notify.yml

This file was deleted.

0 comments on commit d28b5ad

Please sign in to comment.