voicevox caskにarm64ダウンロード支援を追加 #50
Workflow file for this run
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
# DANGEROUS-triage.yml | |
# | |
# Copyright © 2013, Paul Hinze & Contributors | |
# Copyright © 2023, Umi | |
# | |
# This software is released under the BSD 2-Clause "Simplified" License. | |
# see https://github.com/Homebrew/homebrew-cask/blob/3bbdaf2b31/LICENSE | |
name: "[DANGEROUS] Triage tasks" | |
on: pull_request_target | |
concurrency: | |
group: "triage-${{ github.event.number }}" | |
cancel-in-progress: true | |
permissions: | |
contents: read | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
if: github.event.pull_request.user.login == 'Hiroshiba' | |
steps: | |
- name: Check commit format | |
uses: Homebrew/actions/check-commit-format@24e465905d82014ef1220158da9e9d369425407b | |
with: | |
token: ${{ secrets.BUMP_CASK_TOKEN }} | |
- name: Label pull request | |
uses: Homebrew/actions/label-pull-requests@24e465905d82014ef1220158da9e9d369425407b | |
if: always() | |
with: | |
token: ${{ secrets.BUMP_CASK_TOKEN }} | |
def: | | |
- label: bump-cask-pr | |
pr_body_content: Created with `brew bump-cask-pr` |