fix: Actions labels (#133)

* Fix labels

* update
This commit is contained in:
Marc Rousavy 2021-05-05 10:38:26 +02:00 committed by GitHub
parent f57714747a
commit 1341d3ca92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 47 deletions

View File

@ -2,7 +2,7 @@
name: "🐛 Bug report" name: "🐛 Bug report"
about: Report a bug about: Report a bug
title: "🐛 " title: "🐛 "
labels: bug labels: 🐛 bug
assignees: '' assignees: ''
--- ---
@ -15,18 +15,6 @@ assignees: ''
https://cuvent.github.io/react-native-vision-camera/docs/guides/troubleshooting https://cuvent.github.io/react-native-vision-camera/docs/guides/troubleshooting
--> -->
## Type
<!--
Replace the `[ ]` with a `[x]` where it fits:
-->
* [ ] I'm cannot build my project with VisionCamera
* [ ] I'm experiencing a full app crash
* [ ] A feature is not working correctly
* [ ] Other: __________________
## What ## What
<!-- <!--
@ -34,19 +22,15 @@ assignees: ''
You can also attach screenshots, GIFs or videos. You can also attach screenshots, GIFs or videos.
--> -->
### Logs
<!-- <!--
If you are experiencing an Error, uncomment the following lines and add Paste logs and error informations below (Metro Console, Xcode Logs, Android Logcat)
the full error object (with `JSON.stringify(error)`) here:
--> -->
<!--
### Error
```json
``` ```
-->
```
## Reproducable sample ## Reproducable sample
@ -62,10 +46,6 @@ assignees: ''
## Environment ## Environment
<!--
Replace the `[ ]` with a `[x]` where it fits, and fill in the versions from `package.json`
-->
* Platform(s): * Platform(s):
* [ ] iOS * [ ] iOS
* [ ] Android * [ ] Android

View File

@ -2,7 +2,7 @@
name: "✨ Feature request" name: "✨ Feature request"
about: Suggest an idea for this project about: Suggest an idea for this project
title: "✨ " title: "✨ "
labels: enhancement labels: enhancement
assignees: '' assignees: ''
--- ---
@ -13,15 +13,6 @@ assignees: ''
Badly written feature requests are less likely to be picked up than well written ones. Badly written feature requests are less likely to be picked up than well written ones.
--> -->
## Type
<!--
Replace the `[ ]` with a `[x]` where it fits:
-->
* [ ] Enhancement for an existing feature
* [ ] An entirely new feature
## What ## What
<!-- <!--

View File

@ -2,7 +2,7 @@
name: "❓ Question" name: "❓ Question"
about: Ask a question about the library about: Ask a question about the library
title: "❓ " title: "❓ "
labels: question labels: question
assignees: '' assignees: ''
--- ---

View File

@ -20,15 +20,6 @@
* This PR changes the configure() function to cache results. * This PR changes the configure() function to cache results.
--> -->
## Side-effects
<!--
Change `[ ]` to `[x]` where it fits:
-->
* [ ] This PR does not introduce any known side-effects.
* [ ] This PR introduces the following side-effects: _______
## Tested on ## Tested on
<!-- <!--

View File

@ -14,5 +14,5 @@ updates:
schedule: schedule:
interval: "daily" interval: "daily"
labels: labels:
- "dependencies" - "🛠 dependencies"
- "android" - "🤖 android"