Skip to content

Commit

Permalink
Update CODEOWNERS, gem metadata and enable CI for merge queues (#6430)
Browse files Browse the repository at this point in the history
* Update codeowners

* Ensure CI runs on merge groups

* Update repo in gemspec
  • Loading branch information
lildude committed May 30, 2023
1 parent fc31785 commit 06628d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

This comment has been minimized.

Copy link
@Gy0m

Gy0m Apr 16, 2024

Master

merge_group:

This comment has been minimized.

Copy link
@Gy0m

Gy0m Apr 16, 2024

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

2 comments on commit 06628d7

@Hodnaghjgnjgghg

This comment was marked as spam.

@carlosmoraisdasilv
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testando. teste

Please sign in to comment.