New Rsource: azurerm_virtual_machine_scale_set_managed_disk
#515
Workflow file for this run
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: Pull Request New Commit | ||
| # Removes the waiting-response label whenever new commits are pushed to a PR. | ||
| permissions: | ||
| pull-requests: write | ||
| on: | ||
| pull_request_target: | ||
| types: [synchronize] | ||
| jobs: | ||
| remove-waiting-response: | ||
|
Check failure on line 14 in .github/workflows/pr-waiting-response-remove-on-commit.yaml
|
||
| uses: ./.github/workflows/issue-remove-label.yaml | ||
| with: | ||
| label-name: "waiting-response" | ||