Add support for a vsphere_distributed_port_group
data source
#2804
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" |