Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-repo-watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN || secrets.token }}
title: New repos in ${{ github.repository_owner }} found
assignees: CAMOBAP
assignees: opoudjis,ronaldtse
comment: |
Review new discovered repositories during run ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}:

Expand Down
3 changes: 2 additions & 1 deletion cimas-config/cimas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
reviewers:
- ronaldtse
assignees:
- CAMOBAP
- opoudjis
- ronaldtse

repositories:
metanorma-cli:
Expand Down Expand Up @@ -427,8 +428,8 @@
remote: ssh://git@github.com/metanorma/cnccs
branch: master
files:
# .rubocop.yml: unmapped 2026-08-02 — repo dormant (last release 2020-05-24; last code change 2022-10-26; cimas syncs actively rejected 2026 PRs #23/#24/#25); archive-candidate (opoudjis-maintained)

Check warning on line 431 in cimas-config/cimas.yml

View workflow job for this annotation

GitHub Actions / Lint sources

431:141 [line-length] line too long (204 > 140 characters)
# .github/workflows/rake.yml: unmapped 2026-08-02 — rake.yml already removed from repo 2026-07-05 (commit cff277a); repo dormant per above

Check warning on line 432 in cimas-config/cimas.yml

View workflow job for this annotation

GitHub Actions / Lint sources

432:141 [line-length] line too long (144 > 140 characters)
.github/workflows/release.yml: gh-actions/master/release_manual_notes.yml
isoics:
remote: ssh://git@github.com/metanorma/isoics
Expand Down Expand Up @@ -1252,8 +1253,8 @@
remote: ssh://git@github.com/metanorma/sts2mn-ruby
branch: master
files:
# .rubocop.yml: unmapped 2026-08-02 — repo dormant (last functional change 2021-06-02; last commit 2023-03-10 housekeeping only; cimas syncs actively rejected 2026 PRs #5/#6/#7); archive-candidate (@intelligent2013-maintained)

Check warning on line 1256 in cimas-config/cimas.yml

View workflow job for this annotation

GitHub Actions / Lint sources

1256:141 [line-length] line too long (232 > 140 characters)
# .github/workflows/rake.yml: unmapped 2026-08-02 — repo dormant per above; non-standard rake.yml (Ruby 2.5-3.0 matrix) is a 2021 relic not worth converting to reusable-workflow ref

Check warning on line 1257 in cimas-config/cimas.yml

View workflow job for this annotation

GitHub Actions / Lint sources

1257:141 [line-length] line too long (187 > 140 characters)
mnconvert-ruby:
remote: ssh://git@github.com/metanorma/mnconvert-ruby
branch: main
Expand Down Expand Up @@ -1713,4 +1714,4 @@
find: '(spec|s)\.required_ruby_version\s*=.*'
replace: '\1.required_ruby_version = Gem::Requirement.new(">= 3.3.0")'
# `pubid` group removed 2026-06-29 (deprecated standalone family — see line ~197).
groups: [processor, model, tools, metanorma, plugins]

Check warning on line 1717 in cimas-config/cimas.yml

View workflow job for this annotation

GitHub Actions / Lint sources

1717:57 [brackets] too few spaces inside brackets

Check warning on line 1717 in cimas-config/cimas.yml

View workflow job for this annotation

GitHub Actions / Lint sources

1717:14 [brackets] too few spaces inside brackets
Loading