Skip to content

Support constant-backed type aliases in variable declarations (safe + unsafe) with explicit invalid-case errors #22

Support constant-backed type aliases in variable declarations (safe + unsafe) with explicit invalid-case errors

Support constant-backed type aliases in variable declarations (safe + unsafe) with explicit invalid-case errors #22

Workflow file for this run

name: PR Announcements
on:
pull_request:
types: [closed]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: PR merged
if: github.event.pull_request.merged == true
run: |
curl -H "Content-Type: application/json" \
-X POST \
-d '{"content": "✅ **MERGED**: ${{ github.event.pull_request.title }}\n${{ github.event.pull_request.html_url }}"}' \
${{ secrets.DISCORD_WEBHOOK }}