fix(ibus): route keyboard shortcuts to a virtual-keyboard tool #43
This file contains hidden or 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
| name: Welcome | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened] | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| welcome: | |
| # Deliberately unpinned: this is our own org's shared workflow, inside the | |
| # same trust boundary as this repository, and the point of it is that a | |
| # change to the welcome text reaches every VocaHQ repo without 30 bumps. | |
| # Everything third-party is pinned by SHA (tests/test_workflow_action_pins.py). | |
| uses: VocaHQ/.github/.github/workflows/issue-welcome.yml@main |