availabilityStatus "AVAILABLE" does not seem to be enough anymore for document replacement #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Send Google Chat notification when an issue is opened | |
on: | |
issues: | |
types: [opened, reopened] | |
jobs: | |
notify-google-chat: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: 'read' | |
id-token: 'write' | |
steps: | |
- id: 'notify_google_chat' | |
uses: 'google-github-actions/[email protected]' | |
with: | |
webhook_url: '${{ secrets.GOOGLE_CHAT_GAIA_SUPPORT_CHANNEL }}' | |
mention: "<users/all>" | |