Skip to content

Commit

Permalink
Add documentation of shaka-bot commands for Shaka Player PRs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Aug 31, 2023
1 parent cdd6fcc commit 3ffe42a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions maintenance/shaka-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,27 @@ will only be to the demo app and documentation.
</details>


<details>
<summary>
<h2>Testing PRs and Releases</h2>
</summary>

PRs can now easily be tested in the lab by sending commands to `@shaka-bot`.
For example, any maintainer may comment on a PR with `@shaka-bot test` to
trigger a full test run in the lab. This command is not available to
non-maintainers.

**All release PRs should be tested in the lab prior to merging them.**

A full set of commands can be found by commenting `@shaka-bot help` on any PR.

These commands and handled by the workflow in
[`.github/workflows/talk-to-shaka-bot.yaml`](https://github.com/shaka-project/shaka-player/blob/main/.github/workflows/talk-to-shaka-bot.yaml),
and the implementation is in
[`.github/workflows/shaka-bot-commands/`](https://github.com/shaka-project/shaka-player/tree/main/.github/workflows/shaka-bot-commands).
</details>


<details>
<summary>
<h2>Branch Maintenance Policy</h2>
Expand Down

0 comments on commit 3ffe42a

Please sign in to comment.