Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexjsp/slack-role-rotation
A simple Slack workflow function to rotate a role based on the date
https://github.com/alexjsp/slack-role-rotation
Last synced: about 1 month ago
JSON representation
A simple Slack workflow function to rotate a role based on the date
- Host: GitHub
- URL: https://github.com/alexjsp/slack-role-rotation
- Owner: alexjsp
- License: mit
- Created: 2023-10-19T10:20:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T17:15:38.000Z (about 1 year ago)
- Last Synced: 2024-10-04T12:03:04.579Z (3 months ago)
- Language: TypeScript
- Size: 745 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slack Role Rotation Workflow Function
A simple Slack workflow function to rotate a role based on the date. (e.g. weekly)| Example Workflow | Editing Example |
| ------- | ------- |
| ![Example Workflow](readme_assets/example.png) | ![Editing Example](readme_assets/editing.png) |If you want to figure out how you deploy it etc, you can follow [Slack's custom workflow function tutorial](https://api.slack.com/tutorials/tracks/wfb-function), which would probably also help you understand the structure if you want to tweak it.