@@ -31,76 +31,83 @@ exports[`./utils/github-api.ts should format the notification reason 2`] = `
31
31
` ;
32
32
33
33
exports [` ./utils/github-api.ts should format the notification reason 3` ] = `
34
+ {
35
+ " description" : " A GitHub Actions workflow run was triggered for your repository" ,
36
+ " type" : " Workflow Run" ,
37
+ }
38
+ ` ;
39
+
40
+ exports [` ./utils/github-api.ts should format the notification reason 4` ] = `
34
41
{
35
42
" description" : " You commented on the thread." ,
36
43
" type" : " Comment" ,
37
44
}
38
45
` ;
39
46
40
- exports [` ./utils/github-api.ts should format the notification reason 4 ` ] = `
47
+ exports [` ./utils/github-api.ts should format the notification reason 5 ` ] = `
41
48
{
42
49
" description" : " You accepted an invitation to contribute to the repository." ,
43
50
" type" : " Invitation" ,
44
51
}
45
52
` ;
46
53
47
- exports [` ./utils/github-api.ts should format the notification reason 5 ` ] = `
54
+ exports [` ./utils/github-api.ts should format the notification reason 6 ` ] = `
48
55
{
49
56
" description" : " You subscribed to the thread (via an issue or pull request)." ,
50
57
" type" : " Manual" ,
51
58
}
52
59
` ;
53
60
54
- exports [` ./utils/github-api.ts should format the notification reason 6` ] = `
61
+ exports [` ./utils/github-api.ts should format the notification reason 7` ] = `
62
+ {
63
+ " description" : " Organization members have requested to enable a feature such as Draft Pull Requests or CoPilot." ,
64
+ " type" : " Member Feature Requested" ,
65
+ }
66
+ ` ;
67
+
68
+ exports [` ./utils/github-api.ts should format the notification reason 8` ] = `
55
69
{
56
70
" description" : " You were specifically @mentioned in the content." ,
57
71
" type" : " Mention" ,
58
72
}
59
73
` ;
60
74
61
- exports [` ./utils/github-api.ts should format the notification reason 7 ` ] = `
75
+ exports [` ./utils/github-api.ts should format the notification reason 9 ` ] = `
62
76
{
63
77
" description" : " You, or a team you're a member of, were requested to review a pull request." ,
64
78
" type" : " Review Requested" ,
65
79
}
66
80
` ;
67
81
68
- exports [` ./utils/github-api.ts should format the notification reason 8 ` ] = `
82
+ exports [` ./utils/github-api.ts should format the notification reason 10 ` ] = `
69
83
{
70
84
" description" : " GitHub discovered a security vulnerability in your repository." ,
71
85
" type" : " Security Alert" ,
72
86
}
73
87
` ;
74
88
75
- exports [` ./utils/github-api.ts should format the notification reason 9 ` ] = `
89
+ exports [` ./utils/github-api.ts should format the notification reason 11 ` ] = `
76
90
{
77
91
" description" : " You changed the thread state (for example, closing an issue or merging a pull request)." ,
78
92
" type" : " State Change" ,
79
93
}
80
94
` ;
81
95
82
- exports [` ./utils/github-api.ts should format the notification reason 10 ` ] = `
96
+ exports [` ./utils/github-api.ts should format the notification reason 12 ` ] = `
83
97
{
84
98
" description" : " You're watching the repository." ,
85
99
" type" : " Subscribed" ,
86
100
}
87
101
` ;
88
102
89
- exports [` ./utils/github-api.ts should format the notification reason 11 ` ] = `
103
+ exports [` ./utils/github-api.ts should format the notification reason 13 ` ] = `
90
104
{
91
105
" description" : " You were on a team that was mentioned." ,
92
106
" type" : " Team Mention" ,
93
107
}
94
108
` ;
95
109
96
- exports [` ./utils/github-api.ts should format the notification reason 12` ] = `
97
- {
98
- " description" : " A GitHub Actions workflow run was triggered for your repository" ,
99
- " type" : " Workflow Run" ,
100
- }
101
- ` ;
102
-
103
- exports [` ./utils/github-api.ts should format the notification reason 13` ] = `
110
+ exports [` ./utils/github-api.ts should format the notification reason 14` ] = `
104
111
{
105
112
" description" : " The reason for this notification is not supported by the app." ,
106
113
" type" : " Unknown" ,
0 commit comments