kanata: Update to version 1.11.0, fix autoupdate, add arm64 support #19071
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: Commented Pull Request | |
| on: | |
| issue_comment: | |
| types: [ created ] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| pullRequestHandler: | |
| name: PullRequestHandler | |
| runs-on: windows-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - name: PullRequestHandler | |
| uses: ScoopInstaller/GithubActions@main | |
| if: startsWith(github.event.comment.body, '/verify') | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| SCOOP_BRANCH: develop |