-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# 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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters