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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 11, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: guardian/actions-prnouncer@b38da720588253b197a13ebd9c9099cf5cb9466b # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
google-webhook-urlGoogle chats incoming webhook URL to post messages toyes
github-repositoriesComma delimited list of repository owners (eg guardian/dotcom-rendering)yes${{ github.repository }}
github-tokenGithub token used to authenticate to Github APIyes${{ github.token }}
github-ignored-usersComma delimited list of user ID's to ignoreyes49699333
github-announced-usersComma delimited list of user ID's to announceno""
github-ignored-labelsComma delimited list of label names to ignoreyesStale
show-pr-ageInclude PR age in chat message outputnofalse

no outputs