Unable to attach a role to a persmision if the role is created by the provider resource #2861
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" |