Allow ability to specify IP settings when using customization_spec
in r/vsphere_virtual_machine
#2819
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" |