mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 07:14:05 -06:00
13 lines
266 B
YAML
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
|
|
|