Use datacenter
field for the IpInfo
signal instead of the wrong dataCenter
, deprecate IPLocation
#48
Workflow file for this run
This file contains 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: Analyze Commit Messages | |
on: [pull_request] | |
permissions: | |
pull-requests: write | |
contents: write | |
jobs: | |
analyze-commits: | |
name: Generate docs and coverage report | |
uses: fingerprintjs/dx-team-toolkit/.github/workflows/analyze-commits.yml@v1 |