mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
13 lines
212 B
YAML
13 lines
212 B
YAML
name: Issuebot
|
|
|
|
on:
|
|
issues:
|
|
types: [opened, edited]
|
|
|
|
jobs:
|
|
new_issue:
|
|
name: Run Issuebot on new Issue
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: wfjsw/actions-gocqhttp-issue-prefilter@master
|