mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 23:48:52 +00:00
In the future we can create automation to send reminders to a Slack channel. Or send the list every time there's a oncall changeover.
8 lines
198 B
Markdown
8 lines
198 B
Markdown
# Oncall
|
|
|
|
You can use the `oncall.sh` script to find out if there are any open issues or PRs from the community:
|
|
```sh
|
|
gh auth login
|
|
./tools/oncall/oncall.sh issues
|
|
./tools/oncall/oncall.sh prs
|
|
```
|