Fix pin for PYPI publish action #58643
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
# https://github.com/actions/labeler | ||
name: PR Labels | ||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- synchronize | ||
- reopened | ||
- review_requested | ||
jobs: | ||
labeler: | ||
Check failure on line 13 in .github/workflows/labeler.yml
|
||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} # only PRs from this repo | ||
uses: ./.github/workflows/labeler-reusable.yml | ||
secrets: | ||
app-id: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_APP_ID }}" | ||
private-key: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_PRIVATE_KEY }}" |