Skip to content

複数端末ログインの非root対応/非root環境下でのトークのバックアップの代替案 #23

複数端末ログインの非root対応/非root環境下でのトークのバックアップの代替案

複数端末ログインの非root対応/非root環境下でのトークのバックアップの代替案 #23

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'