Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CODEOWNERS, gem metadata and enable CI for merge queues #6430

Merged
merged 4 commits into from
May 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# All pull requests need to be reviewed by someone from GitHub.
# @github/linguist is a GitHub maintained team.
#
* @github/linguist
* @github-linguist/github
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches:
- master
merge_group:

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions github-linguist.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Gem::Specification.new do |s|
s.description = 'We use this library at GitHub to detect blob languages, highlight code, ignore binary files, suppress generated files in diffs, and generate language breakdown graphs.'

s.authors = "GitHub"
s.homepage = "https://github.com/github/linguist"
s.homepage = "https://github.com/github-linguist/linguist"
s.license = "MIT"
s.metadata = {
"github_repo" => "ssh://github.com/github/linguist"
"github_repo" => "ssh://github.com/github-linguist/linguist"
}

s.files = Dir['{lib,ext}/**/*', 'grammars/*', 'LICENSE'] - Dir['lib/linguist/linguist.{so,bundle}']
Expand Down