Fix libssh connection plugin to respect persistent_connect_timeout #2
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: "Remove needs_info label on reporter reply" | |
| on: # yamllint disable-line rule:truthy | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| remove_label: | |
| uses: ansible/ansible-content-actions/.github/workflows/remove_needs_info.yml@main |