適合しているバージョンを使用しているにも関わらずしていないと認識される #24
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
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' |