Skip to content

Windows agents connected to Jenkins by SSH hang when cloning an SSH repo from github.com #1129

Windows agents connected to Jenkins by SSH hang when cloning an SSH repo from github.com

Windows agents connected to Jenkins by SSH hang when cloning an SSH repo from github.com #1129

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"