Skip to content

build(deps): bump eslint-plugin-github from 6.1.1 to 6.1.2 #854

build(deps): bump eslint-plugin-github from 6.1.1 to 6.1.2

build(deps): bump eslint-plugin-github from 6.1.1 to 6.1.2 #854

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/release_tracking.yml@v2.4.0
secrets:
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}