Skip to content

[Bug]: 音声通話の着信音が鳴らない #30

[Bug]: 音声通話の着信音が鳴らない

[Bug]: 音声通話の着信音が鳴らない #30

Workflow file for this run

name: Lock issue
on:
issues:
types:
- closed
- reopened
jobs:
lock:
name: Lock
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Lock issue
uses: s1204IT/[email protected]
if: github.event.issue.state == 'closed'
id: locked
- name: Unlock issue
uses: s1204IT/[email protected]
if: steps.locked.outcome != 'success'