Rebrand templates (#6226)

This commit is contained in:
Mikhail Koliada
2022-09-13 14:19:59 +02:00
committed by GitHub
parent 9d9b5da489
commit dd1f8458b4
4 changed files with 6 additions and 6 deletions

2
.github/CODEOWNERS vendored
View File

@@ -1 +1 @@
* @actions/virtual-environments-owners
* @actions/runner-images-owners

View File

@@ -34,7 +34,7 @@ body:
- label: GitHub Actions
- type: checkboxes
attributes:
label: Virtual environments affected
label: Runner images affected
options:
- label: Ubuntu 18.04
- label: Ubuntu 20.04

View File

@@ -16,7 +16,7 @@ body:
- label: GitHub Actions
- type: checkboxes
attributes:
label: Virtual environments affected
label: Runner images affected
options:
- label: Ubuntu 18.04
- label: Ubuntu 20.04
@@ -31,8 +31,8 @@ body:
label: Image version and build link
description: |
Image version where you are experiencing the issue. Where to find image version in build logs:
1. For GitHub Actions, under "Set up job" -> "Virtual Environment" -> "Version".
2. For Azure DevOps, under "Initialize job" -> "Virtual Environment" -> "Version".
1. For GitHub Actions, under "Set up job" -> "Runner Image" -> "Version".
2. For Azure DevOps, under "Initialize job" -> "Runner Image" -> "Version".
If you have a public example, please, provide a link to the failed build.
validations:

View File

@@ -55,7 +55,7 @@ body:
- label: GitHub Actions
- type: checkboxes
attributes:
label: Virtual environments where you need the tool
label: Runner images where you need the tool
options:
- label: Ubuntu 18.04
- label: Ubuntu 20.04