quartz/.github/workflows/utterances.yaml
2024-02-18 22:11:39 +09:00

13 lines
266 B
YAML

name: Control utterances issue
on:
issues:
types: [opened]
jobs:
close-issue:
runs-on: ubuntu-latest
steps:
- name: Close Issue
if: github.event.issue.user.login == 'utterances-bot'
uses: peter-evans/close-issue@v3