Skip to content

listTransactions() fails with an exception for missing is_manual field in the TransactionResponse #8

listTransactions() fails with an exception for missing is_manual field in the TransactionResponse

listTransactions() fails with an exception for missing is_manual field in the TransactionResponse #8

Workflow file for this run

name: Issues
on:
issues:
types: [opened, closed, reopened]
jobs:
Notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Slack notification
uses: slackapi/[email protected]
with:
payload: |
{
"text": "*Issue ${{ github.event.issue.state }}*\n\n*Title:* ${{ github.event.issue.title }}\n*Repo:* ${{ github.repository }}\n*<${{ github.event.issue.html_url }}|Issue Link>*"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}