Provide Windows boot sources for windows templates provided by openshift virt #177
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: Notify users based on issue labels | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jenschelkopf/[email protected] | |
with: | |
recipients: | | |
cluster/ocp4= @cluster/ocp4-admin | |
cluster/ocp3= @cluster/ocp3-admin | |
cluster/ocp5= @cluster/ocp5-admin | |
cluster/rhacm= @cluster/rhacm-admin |