Skip to content

Commit 438fc34

Browse files
authored
chore: introduce GH discussions (#371)
1 parent 57edcd4 commit 438fc34

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/label-actions.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,6 @@ actions:
2323
unlock: true
2424
open: true
2525

26-
question:
27-
# Post a comment
28-
comment: >
29-
:wave: @{issue-author}, thanks for opening the issue. The issue tracker is intended for tracking bug reports and feature requests only.
30-
31-
Seems you have a usage question. Please ask the question on [StackOverflow](https://stackoverflow.com/questions/tagged/react-native). You can also chat with other community members on [Reactiflux Discord server](https://www.reactiflux.com/).
32-
# Lock the thread
33-
lock: true
34-
close: true
35-
# Actions taken when the `repro-required` label is removed
36-
-question:
37-
# Unlock the thread
38-
unlock: true
39-
open: true
4026
# Limit to only `issues` or `pulls`
4127
# only: issues
4228

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# react-native-document-picker
22

3-
⚠️ NOTE: since version 3.3.2 we're using git version tags prefixed with `v`, eg. `v3.3.2`. This is a standard format and should mean no changes to your workflows.
3+
⚠️ NOTE: if you want to ask questions, we opened [GH discussions](https://github.com/rnmods/react-native-document-picker/discussions) for that purpose! 🤗 Issue tracker is now reserved for bugs only and issues not following the issue template will be closed. Thank you!
44

5+
⚠️ NOTE: since version 3.3.2 we're using git version tags prefixed with `v`, eg. `v3.3.2`. This is a standard format and should mean no changes to your workflows.
56

67
A React Native wrapper for:
78

0 commit comments

Comments
 (0)