fleet/tools/oncall/README.md
Lucas Manuel Rodriguez 598dfa3061
Move and fix oncall.sh script (#18217)
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.
2024-04-11 16:23:00 -03:00

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
```