Add support for managing vCenter Single Sign-on domain local users and groups #2295
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" |