We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d29fbb commit c6fa133Copy full SHA for c6fa133
provider/github/provider.ts
@@ -7,7 +7,7 @@ import type { Settings } from './settings.js'
7
export const githubProvider: Provider<Settings> = {
8
meta(): MetaResult {
9
return {
10
- name: 'Github PRs & Issues',
+ name: 'GitHub PRs & Issues',
11
mentions: { label: 'Search issues and pull requests...' },
12
}
13
},
0 commit comments