agglayer/Agglayer Roadmap Summaries to Slack
Publishes summaries of the Agglayer Roadmap GitHub repository project to Slack, with intelligent milestone-based grouping, issue trees, and progress tracking
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 18, 2025
- License
- MIT
Pinned Snippet
uses: agglayer/gha-notify-agglayer-roadmap@a9e10946f134cb45593072fe0ef32b373fa2978d # v1.0.1tags 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 | Agglayer Roadmap repository project URL (e.g., https://github.com/orgs/agglayer/projects/1) | yes | — |
| slack-bot-token | Slack Bot Token (use SLACK_APP_TOKEN_AGGLAYER_NOTIFY_ROADMAP) | yes | — |
| slack-channel | Slack channel to post to (e.g., #roadmap-updates or #standup) | 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 roadmap summary was successfully sent to Slack |
| total-items | Total number of roadmap items processed |
| users-count | Number of milestones/assignees with items |