Skip to content

Bump eslint-plugin-github from 5.0.1 to 5.0.2 #88

Bump eslint-plugin-github from 5.0.1 to 5.0.2

Bump eslint-plugin-github from 5.0.1 to 5.0.2 #88

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 }}