Skip to content

Commit

Permalink
Merge branch 'main' into delete_primer_utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed May 13, 2024
2 parents 595e1d1 + 41d8848 commit fc99844
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Release
on: [workflow_dispatch]
on:
push:
branches-ignore:
- 'main'
- 'changeset-release/**'
- 'dependabot/**'

jobs:
release-canary:
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/release_tracking.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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@create_release_tracking_workflow
secrets:
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}

0 comments on commit fc99844

Please sign in to comment.