Skip to content

Workflow: Add label "staff" to issues and PR to help prioritisation #218

Workflow: Add label "staff" to issues and PR to help prioritisation

Workflow: Add label "staff" to issues and PR to help prioritisation #218

name: Release Event Tracking
# Measure a datadog event every time a release occurs
on:
pull_request:
types:
- closed
- opened
- reopened
release:
types: [published]
jobs:
release-tracking:
name: Release Tracking
uses: primer/.github/.github/workflows/[email protected]
secrets:
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}