Skip to content

OneBotPokeEvent及其它戳一戳事件无法监听私聊戳一戳,Field 'group_id' is required for type with serial name 'love.forte.simbot.component.onebot.v11.event.notice.RawNotifyEvent', but it was missing #814

OneBotPokeEvent及其它戳一戳事件无法监听私聊戳一戳,Field 'group_id' is required for type with serial name 'love.forte.simbot.component.onebot.v11.event.notice.RawNotifyEvent', but it was missing

OneBotPokeEvent及其它戳一戳事件无法监听私聊戳一戳,Field 'group_id' is required for type with serial name 'love.forte.simbot.component.onebot.v11.event.notice.RawNotifyEvent', but it was missing #814

name: Issue Waiting Report
on:
issue_comment:
types: [created]
jobs:
issue-report:
name: Issue Report
if: (github.event.sender.login == github.event.issue.user.login) && contains(github.event.issue.labels.*.name, '等待反馈') && github.event.issue.state == 'open'
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/simple-issue-labeler
- name: Issue Labeler
uses: andymckay/[email protected]
with:
remove-labels: "等待反馈, 陈旧"
add-labels: "等待确认"
repo-token: ${{ secrets.FORLIY_ACCESS_TOKEN }}