mirror of
https://github.com/tauri-apps/tauri-github-bot.git
synced 2026-01-31 00:35:20 +01:00
11 lines
511 B
Markdown
11 lines
511 B
Markdown
# tauri-github-bot
|
|
A GitHub bot for tauri-apps org to automate various tasks and intended to used only by tauri-apps org members.
|
|
|
|
## Commands:
|
|
> Commands are comments on issues or pull requests, that start with a special syntax.
|
|
- **`/upstream <owner>/<upstream-repo>`** - creates an issue at the specified upstream repo and notifies back once upstream gets closed.
|
|
- on: `['issues']`
|
|
- by: `['member of tauri-apps']`
|
|
- supported owners: `['tauri-apps']`
|
|
- supported upstream repos: `['tauri-apps/*']`
|