Refactor Dialog scroll optimization to use DOM queries instead of ref counting #4649
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |