Commit 692a3c7 1 parent c5be5e5 commit 692a3c7 Copy full SHA for 692a3c7
File tree 5 files changed +84
-104
lines changed
5 files changed +84
-104
lines changed Original file line number Diff line number Diff line change
1
+ ' B: visual ' :
2
+ - ' (visual bug)'
3
+
4
+ ' B: Unofficial Download ' :
5
+ - ' (AUR|Chocolatey|FreeTubeCordova|PortableApps|winget|Scoop|Snapcraft|MPR|Nix)'
6
+
7
+ ' B: keyboard control ' :
8
+ - ' (keyboard control not working)'
9
+
10
+ ' B: text/string ' :
11
+ - ' (text/string issue)'
12
+
13
+ ' B: content not loading ' :
14
+ - ' (content not loading)'
15
+
16
+ ' B: accessibility ' :
17
+ - ' (accessibility issue)'
18
+
19
+ ' B: usability ' :
20
+ - ' (usability issue)'
21
+
22
+ ' B: crash ' :
23
+ - ' (causes crash)'
24
+
25
+ ' B: feature stopped working ' :
26
+ - ' (feature stopped working)'
27
+
28
+ ' B: inconsistent behavior ' :
29
+ - ' (inconsistent behavior)'
30
+
31
+ ' B: data loss ' :
32
+ - ' (data loss)'
33
+
34
+ ' B: race condition ' :
35
+ - ' (race condition)'
36
+
37
+ ' B: API issue ' :
38
+ - ' (API issue)'
39
+
40
+ ' B: developer mode ' :
41
+ - ' (only happens in developer mode)'
42
+
43
+ ' E: improvement existing feature ' :
44
+ - ' (improvement to existing feature)'
45
+
46
+ ' E: new optional setting ' :
47
+ - ' (new optional setting)'
48
+
49
+ ' E: visual improvement ' :
50
+ - ' (visual improvement)'
51
+
52
+ ' E: display more information ' :
53
+ - ' (display more information to user)'
54
+
55
+ ' E: ease of use improvement ' :
56
+ - ' (ease of use improvement)'
57
+
58
+ ' E: support external software ' :
59
+ - ' (support for external software)'
60
+
61
+ ' E: new feature ' :
62
+ - ' (new feature)'
63
+
64
+ ' E: keyboard shortcut ' :
65
+ - ' (new keyboard shortcut)'
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : " Issue Labeler"
2
+ on :
3
+ issues :
4
+ types : [opened]
5
+
6
+ permissions :
7
+ issues : write
8
+ contents : read
9
+
10
+ jobs :
11
+ triage :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+
15
+ with :
16
+ configuration-path : .github/issue-labeler.yml
17
+ enable-versioned-regex : 0
18
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 14
14
- uses : actions/labeler@v4
15
15
with :
16
16
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
17
+ configuration-path : .github/pr-labeler.yml
You can’t perform that action at this time.
0 commit comments