Skip to content

How should I use EventFilter::MoveEventType in the sui-sdk to query events? #1083

How should I use EventFilter::MoveEventType in the sui-sdk to query events?

How should I use EventFilter::MoveEventType in the sui-sdk to query events? #1083

name: GitHub Issues Monitor
on:
issues:
types: [opened]
jobs:
notify-issues:
name: Dispatch workflow to notify slack channel on issues
if: github.event_name == 'issues'
runs-on: ubuntu-latest
steps:
- name: Dispatch github-issues-external-prs-monitor in MystenLabs/sui-operations
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # [email protected]
with:
repository: MystenLabs/sui-operations
token: ${{ secrets.DOCKER_BINARY_BUILDS_DISPATCH }}
event-type: github-issues-external-prs-monitor
client-payload: '{"author": "${{github.event.issue.user.login}}", "event_name": "issue", "issue_number": "${{github.event.issue.number}}"}'