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