pig/.github/workflows/auto-issue.yml

19 lines
432 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: PIG Github 自动回复消息
on:
issues:
types: [opened]
jobs:
titlePrefixCheck:
runs-on: ubuntu-latest
steps:
- name: Close Issue
uses: peter-evans/close-issue@v1
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
comment:
您好!技术问题请在 https://issue.pig4cloud.com 反馈,
Github 提问不会处理此issue将自动关闭。