fleet/tools/oncall/README.md

9 lines
198 B
Markdown
Raw Normal View History

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