@@ -80,34 +80,41 @@ exports[`./utils/github-api.ts should format the notification reason 9`] = `
80
80
` ;
81
81
82
82
exports [` ./utils/github-api.ts should format the notification reason 10` ] = `
83
+ {
84
+ " description" : " You were credited for contributing to a security advisory." ,
85
+ " type" : " Security Advisory Credit" ,
86
+ }
87
+ ` ;
88
+
89
+ exports [` ./utils/github-api.ts should format the notification reason 11` ] = `
83
90
{
84
91
" description" : " GitHub discovered a security vulnerability in your repository." ,
85
92
" type" : " Security Alert" ,
86
93
}
87
94
` ;
88
95
89
- exports [` ./utils/github-api.ts should format the notification reason 11 ` ] = `
96
+ exports [` ./utils/github-api.ts should format the notification reason 12 ` ] = `
90
97
{
91
98
" description" : " You changed the thread state (for example, closing an issue or merging a pull request)." ,
92
99
" type" : " State Change" ,
93
100
}
94
101
` ;
95
102
96
- exports [` ./utils/github-api.ts should format the notification reason 12 ` ] = `
103
+ exports [` ./utils/github-api.ts should format the notification reason 13 ` ] = `
97
104
{
98
105
" description" : " You're watching the repository." ,
99
106
" type" : " Subscribed" ,
100
107
}
101
108
` ;
102
109
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" : " You were on a team that was mentioned." ,
106
113
" type" : " Team Mention" ,
107
114
}
108
115
` ;
109
116
110
- exports [` ./utils/github-api.ts should format the notification reason 14 ` ] = `
117
+ exports [` ./utils/github-api.ts should format the notification reason 15 ` ] = `
111
118
{
112
119
" description" : " The reason for this notification is not supported by the app." ,
113
120
" type" : " Unknown" ,
0 commit comments