Skip to content

docs: Add testing requirements to contributing and agent guides #23

docs: Add testing requirements to contributing and agent guides

docs: Add testing requirements to contributing and agent guides #23

Workflow file for this run

name: Notify Slack
on:
pull_request_target:
types: [opened, reopened, ready_for_review]
issues:
types: [opened, reopened]
discussion:
types: [created]
release:
types: [published]
permissions: {}
jobs:
notify:
uses: aws/aws-durable-execution-ci/.github/workflows/notify.yml@38ae538ba1950755b0fe77bc1ca24b1b4fbbb104
secrets:
SLACK_WEBHOOK_URL_PR: ${{ secrets.SLACK_WEBHOOK_URL_PR }}
SLACK_WEBHOOK_URL_ISSUE: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
SLACK_WEBHOOK_URL_DISCUSSION: ${{ secrets.SLACK_WEBHOOK_URL_DISCUSSION }}
SLACK_WEBHOOK_URL_RELEASE: ${{ secrets.SLACK_WEBHOOK_URL_RELEASE }}