From 18ae6781ef89508530ea1c3b4cf9bf502231292c Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Tue, 23 May 2023 09:12:49 +0000 Subject: [PATCH 1/3] Update codeowners --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cee61272a8..1a39e24ec4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 From 6d4524e55df6cad2fc4748f9ac9516f54554d53c Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Tue, 23 May 2023 09:13:27 +0000 Subject: [PATCH 2/3] Ensure CI runs on merge groups --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ba74bf146..489d248715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: pull_request: branches: - master + merge_group: permissions: contents: read From 5f4a5249a81e7ec5e5d41309fe5348ee0c5c63bb Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Tue, 23 May 2023 10:53:55 +0000 Subject: [PATCH 3/3] Update repo in gemspec --- github-linguist.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-linguist.gemspec b/github-linguist.gemspec index 0e50c0f400..7cb167b579 100644 --- a/github-linguist.gemspec +++ b/github-linguist.gemspec @@ -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}']