Skip to content

Commit 2f49cd6

Browse files
authored
Moved support-request to v2. v1 has been shut down. (kivy#2515)
1 parent 8281aed commit 2f49cd6

File tree

2 files changed

+32
-23
lines changed

2 files changed

+32
-23
lines changed

.github/support.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/support.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

0 commit comments

Comments
 (0)