Skip to content

Commit e276e9b

Browse files
committed
Update labels to don't use :
1 parent cdeeb73 commit e276e9b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/pick_request_form.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🍒⛏️ Cherry-pick Request
22
title: "[0.XX] Title"
33
description: Do you need a commit cherry-picked into the release branch? Start here.
4-
labels: ["Type: Pick Request"]
4+
labels: ["Type Pick Request"]
55

66
body:
77
- type: markdown
@@ -34,4 +34,3 @@ body:
3434
See our [support policy](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md).
3535
validations:
3636
required: true
37-

.github/ISSUE_TEMPLATE/release_checklist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: 📋 Release Checklist
1+
name: 📋 Release Checklist
22
title: "Release 0.XX.Y"
33
description: "Attn: Release Crew - Release checklist"
4-
labels: ["Type: Release Crew"]
4+
labels: ["Type Release Crew"]
55

66
body:
77
- type: markdown
@@ -42,4 +42,4 @@ body:
4242
- [ ] [Create Github Release](https://github.com/reactwg/react-native-releases/blob/main/docs/guide-release-process.md#step-10-create-the-github-release)
4343
- [ ] [Announce it](https://github.com/reactwg/react-native-releases/blob/main/docs/guide-release-process.md#step-11-communicate-release)
4444
- [ ] [Update podfile.lock](https://github.com/reactwg/react-native-releases/blob/main/docs/guide-release-process.md#step-12-update-podfilelock-on-the-release-branch)
45-
- [ ] Update any Github Projects
45+
- [ ] Update any Github Projects

.github/ISSUE_TEMPLATE/test_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 📝 Test Report Template
22
title: "[0.XX.Y] Test Report: 1"
33
description: "Attn: Release Crew - Create a test report template"
4-
labels: ["Type: Release Crew"]
4+
labels: ["Type Release Crew"]
55

66
body:
77
- type: markdown

0 commit comments

Comments
 (0)