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"
about: Report a bug
title: "🐛 "
labels: bug
labels: 🐛 bug
assignees: ''
---
@ -15,18 +15,6 @@ assignees: ''
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
<!--
@ -34,19 +22,15 @@ assignees: ''
You can also attach screenshots, GIFs or videos.
-->
### Logs
<!--
If you are experiencing an Error, uncomment the following lines and add
the full error object (with `JSON.stringify(error)`) here:
Paste logs and error informations below (Metro Console, Xcode Logs, Android Logcat)
-->
<!--
### Error
```json
```
-->
```
## Reproducable sample
@ -62,10 +46,6 @@ assignees: ''
## Environment
<!--
Replace the `[ ]` with a `[x]` where it fits, and fill in the versions from `package.json`
-->
* Platform(s):
* [ ] iOS
* [ ] Android

View File

@ -2,7 +2,7 @@
name: "✨ Feature request"
about: Suggest an idea for this project
title: "✨ "
labels: enhancement
labels: enhancement
assignees: ''
---
@ -13,15 +13,6 @@ assignees: ''
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
<!--

View File

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

View File

@ -20,15 +20,6 @@
* 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
<!--

View File

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