From fa1de56c1ef2723dbb3c845465f341380b614ee5 Mon Sep 17 00:00:00 2001 From: Dai MIKURUBE Date: Wed, 18 Dec 2024 17:34:45 +0900 Subject: [PATCH] Reflect the current status of https://github.com/embulk --- audit.rb | 8 ++++---- repos.yaml | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/audit.rb b/audit.rb index 07cf8eb..abe097d 100644 --- a/audit.rb +++ b/audit.rb @@ -31,14 +31,12 @@ def retrieve_github_token() end def assert_repos(expected_repos, actual_repos) - expected_repo_names = expected_repos.map { |node| node[:name] } - actual_repo_names = actual_repos.map { |node| node[:name] } - assert_equal expected_repo_names, actual_repo_names + assert_equal expected_repos, actual_repos end def load_expected_repos(repos_yaml) return File.open(repos_yaml) do |f| - YAML.load(f, filename: repos_yaml, symbolize_names: true) + YAML.load(f, filename: repos_yaml, symbolize_names: false) end end @@ -75,3 +73,5 @@ def load_actual_repos(access_token) puts actual_repos puts expected_repos + +assert_repos(expected_repos, actual_repos) diff --git a/repos.yaml b/repos.yaml index 2ca650c..d38a058 100644 --- a/repos.yaml +++ b/repos.yaml @@ -1,4 +1,5 @@ ".github": {} +"actions": {} "audit": {} "dev.embulk.org": {} "discussions": {} @@ -6,8 +7,8 @@ "docs": {} "docs.embulk.org": {} "embulk": {} -"embulk-base-guess": {} "embulk-base-restclient": {} +"embulk-builtins": {} "embulk-decoder-bzip2": {} "embulk-decoder-gzip": {} "embulk-docs": {} @@ -39,6 +40,7 @@ "embulk-input-s3": {} "embulk-input-script": {} "embulk-input-sftp": {} +"embulk-junit5-proto": {} "embulk-output-azure_blob_storage": {} "embulk-output-bigquery": {} "embulk-output-command": {} @@ -72,11 +74,14 @@ "embulk-util-text": {} "embulk-util-throttle-helper": {} "embulk-util-timestamp": {} +"embulk-utils": {} "embulk.github.io": {} +"gpg": {} "gradle-embulk-plugins": {} "gradle-embulk-runset": {} "guice-bootstrap": {} "logo": {} +"nightly-regression": {} "old-embulk.github.io": {} "plugin-crawler": {} "plugins-cross-search": {}