Sends Slack updates about how the Big Give is going.
- You’ll need to set up a Slack workflow that runs on webhook trigger, and sends a message containing the data it receives
- You’ll need to add the trigger URL as a repo secret called
SLACK_TRIGGER_URL - Add the Big Give campaign ID as a repo variable called
BIG_GIVE_CAMPAIGN_ID - Uncomment the schedule stuff in the GitHub workflow
ruff check --select I . --fix
ruff format .