Skip to content

[Bug]: tool_decision always reports reject with empty source and tool_name=unknown #67

[Bug]: tool_decision always reports reject with empty source and tool_name=unknown

[Bug]: tool_decision always reports reject with empty source and tool_name=unknown #67

name: Discord Events
on:
issues:
types:
- opened
pull_request:
types:
- opened
release:
types:
- published
jobs:
notify-discord:
if: ${{ github.event_name != 'pull_request' || (github.event.pull_request.head.repo.fork == false && !startsWith(github.head_ref, 'release-please--branches--')) }}
permissions: {}
uses: ./.github/workflows/discord-notify.yml
secrets:
discord_webhook: ${{ secrets.DISCORD_WEBHOOK }}