devexsweden/Goalie Selection and Slack Notification
Select a goaliebot from a text file, update the goaliebot, and notify a Slack channel.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 16, 2026
- License
- MIT
Pinned Snippet
uses: devexsweden/slack_rotation_action@366379431aee6cf7c27cb62ca20263ad2816b07a # v2.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file-path | Path to the text file with the list of people | yes | — |
| slack-token | Slack API token | yes | — |
| slack-channels | Comma-separated list of Slack channel IDs to notify | no | — |
| user-group-handle | Slack user group handle. Required if commands is not set or includes update_user_group | no | — |
| mode | Goalie core mode: fixed_full, no_deputy, former_goalie_is_deputy, or next_as_deputy | no | next_as_deputy |
| commands | Pipe-separated commands to run: update_topic_description, update_user_group, send_slack_message | no | — |
| custom-message | Optional custom message to append to Slack notification | no | — |
| cadence | Cadence of rotation: day, week, month (default: week) | no | week |
Outputs
no outputs