vsphere_virtual_disk - create_directories fails if creating multiple disks in parallel in the same directory #2863
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: Issue Comment Created Triage | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
remove-foobar: | |
uses: ./.github/workflows/remove-issue-label.yml | |
with: | |
label-name: "waiting-response" | |
remove-stale: | |
uses: ./.github/workflows/remove-issue-label.yml | |
with: | |
label-name: "stale" |