agglayer/GitHub Projects to Slack Summary
Publishes summaries of GitHub Projects to Slack, showing tasks/issues grouped by engineers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 16, 2025
- License
- MIT
Pinned Snippet
uses: agglayer/gha-notify-gh-project@118277a299f181745da2ad3f2527eb2049e8b236 # v1.0.11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with access to read projects | yes | — |
| project-url | GitHub Project URL (e.g., https://github.com/orgs/myorg/projects/1) | yes | — |
| slack-bot-token | Slack Bot Token (starts with xoxb-) | yes | — |
| slack-channel | Slack channel to post to (e.g., #general or C1234567890) | yes | — |
| assignee-field | Name of the assignee field in the project (defaults to "Assignees") | no | Assignees |
| max-items-per-user | Maximum number of items to show per user (defaults to 10) | no | 10 |
| done-items-days | Show Done items only if completed within this many days (defaults to 1) | no | 1 |
Outputs
| name | description |
|---|---|
| summary-sent | Whether the summary was successfully sent to Slack |
| total-items | Total number of items processed |
| users-count | Number of users with assigned items |