File tree 2 files changed +32
-23
lines changed 2 files changed +32
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : ' Support Requests'
2
+
3
+ on :
4
+ issues :
5
+ types : [labeled, unlabeled, reopened]
6
+
7
+ permissions :
8
+ issues : write
9
+
10
+ jobs :
11
+ action :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - uses : dessant/support-requests@v2
15
+ with :
16
+ github-token : ${{ github.token }}
17
+ support-label : ' support'
18
+ issue-comment : >
19
+ 👋 We use the issue tracker exclusively for bug reports and feature requests.
20
+ However, this issue appears to be a support request. Please use our
21
+ [support channels](https://github.com/kivy/python-for-android/blob/master/README.md#support)
22
+ to get help with the project.
23
+
24
+
25
+ If you're having trouble installing or using python-for-android,
26
+ maybe you could be interested in our [quickstart](https://python-for-android.readthedocs.io/en/latest/quickstart) guide.
27
+
28
+
29
+ Let us know if this comment was made in error, and we'll be happy
30
+ to reopen the issue.
31
+ close-issue : true
32
+ lock-issue : false
You can’t perform that action at this time.
0 commit comments