guardian/Notify google chats about PR's
Periodically scan repositories for any un-reviewed PR's and create a google chat message with them.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 11, 2026
- License
- None
Pinned Snippet
uses: guardian/actions-prnouncer@b38da720588253b197a13ebd9c9099cf5cb9466b # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| google-webhook-url | Google chats incoming webhook URL to post messages to | yes | — |
| github-repositories | Comma delimited list of repository owners (eg guardian/dotcom-rendering) | yes | ${{ github.repository }} |
| github-token | Github token used to authenticate to Github API | yes | ${{ github.token }} |
| github-ignored-users | Comma delimited list of user ID's to ignore | yes | 49699333 |
| github-announced-users | Comma delimited list of user ID's to announce | no | "" |
| github-ignored-labels | Comma delimited list of label names to ignore | yes | Stale |
| show-pr-age | Include PR age in chat message output | no | false |
Outputs
no outputs