andymckay/Project State Action
Listens to projects and sends stuff to Slack.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit May 4, 2021
- License
- MIT
Pinned Snippet
uses: andymckay/project-slack-notification@d7edd3af2927c1d3657b4d57d7d5c0b4c1b850a4 # 0.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| PAT | A personal access token for GitHub | yes | — |
| SLACK_TOKEN | A token for Slack. It is possible to use SLACK_WEBHOOK instead. | no | — |
| SLACK_WEBHOOK | An Incoming Webhook for Slack. Does not allow updating slack messages. | no | — |
| PROJECT_URL | The URL for the project | yes | — |
| CHANNEL | The Slack channel to post to. Required if SLACK_TOKEN was specified. | no | — |
| REPO_FOR_DATA | The repo for data in org/repo format. | yes | — |
| TRACK_ISSUES | Opt-in issue tracking | no | — |
| LABELS | Comma-separated string of labels to track | no | "" |
| SHOW_PROJECT_BODY | Whether or not to display the projects description | no | true |
Outputs
no outputs