write small script to mock agent check & reproduce connection issues #35724
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 | |
jobs: | |
labeler: | |
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} # only PRs from this repo | |
uses: ./.github/workflows/labeler-reusable.yml | |
secrets: | |
repo-token: "${{ secrets.DD_CHANGELOG_CHECK_TOKEN }}" |