File size: 2,274 Bytes
48e9476
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
comment:
  footer: |
    ---
    > I am a bot, and this is an automated message πŸ€–
labels:
  - name: βœ–οΈ Invalid
    labeled:
      issue:
        action: close
        body: >
          Hello @{{ issue.user.login }} your ticket has been marked as invalid.
          Please ensure you follow the issue template, provide all requested info,
          and be sure to check the docs + previous issues prior to raising tickets.
      pr:
        body: Thank you @{{ pull_request.user.login }} for suggesting this. Please follow the pull request templates.
        action: close

  - name: πŸ‘©β€πŸ’» Good First Issue
    labeled:
      issue:
        body: >
          This issue has been marked as a good first issue for first-time contributors to implement!
          This is a great way to support the project, while also improving your skills, you'll also be credited as a contributor once your PR is merged.
          If you're new to SillyTavern [here are a collection of resources](https://docs.sillytavern.app/)
          If you need any support at all, feel free to reach out via [Discord](https://discord.gg/sillytavern).

  - name: ❌ wontfix
    labeled:
      issue:
        action: close
        body: >
          This ticked has been marked as 'wontfix', which usually means it is out-of-scope, or not feasible at this time.
          You can still fork the project and make the changes yourself.

  - name: βœ… Fixed
    labeled:
      issue:
        body: >
          Hello @{{ issue.user.login }}! It looks like all or part of this issue has now been implemented.

  
  - name: ‼️ High Priority
    labeled:
      issue:
        body: >
          This ticket has been marked as high priority, and has been bumped to the top of the priority list.
          You should expect an implementation to be pushed out soon. Thank you for your patience.

  - name: πŸ’€ Spam
    labeled:
      issue:
        action: close
        locking: lock
        lock_reason: spam
        body: >
           This issue has been identified as spam, and is now locked.
           Users who repeatedly raise spam issues may be blocked or reported.
          
  - name: β›” Don't Merge
    labeled:
      pr:
        body: This PR has been temporarily blocked from merging.