mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
9 lines
198 B
Markdown
9 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
|
||
|
|
```
|