Skip to content

wait_for_condition and run_in_child_context persist a terminal FAIL checkpoint for a retryable InvocationError #75

wait_for_condition and run_in_child_context persist a terminal FAIL checkpoint for a retryable InvocationError

wait_for_condition and run_in_child_context persist a terminal FAIL checkpoint for a retryable InvocationError #75

Workflow file for this run

name: Notify Slack - Issues
on:
issues:
types: [opened, reopened]
permissions: {}
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send issue notification to Slack
uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
webhook-type: incoming-webhook
payload: |
{
"action": "${{ github.event.action }}",
"issue_url": "${{ github.event.issue.html_url }}",
"package_name": "${{ github.repository }}"
}