Do the audit
and forecast
commands support personal GitHub accounts?
#71
-
I am trying to use the
$ gh actions-importer audit circle-ci --output-dir tmp/audit
[2023-03-08 08:23:30] Logs: 'tmp/audit/log/valet-20230308-082330.log'
[2023-03-08 08:23:30] Auditing 'https://app.circleci.com/pipelines/github/korosuke613'
[2023-03-08 08:23:31] Resource not found
(GET 404) Not Found: https://api.github.com/orgs/korosuke613/repos?per_page=100
Extracting all pipelines: |=---=---=---=---=---=---=---=---=---=---=---=---=---| $ gh actions-importer forecast circle-ci --output-dir tmp/forecast_reports --start-date 2022-09-02
[[2023-03-08 08:31:46] Logs: 'tmp/forecast_reports/log/valet-20230308-083146.log'
[2023-03-08 08:31:46] Forecasting 'https://app.circleci.com/pipelines/github/korosuke613'
[2023-03-08 08:31:47] Resource not found
(GET 404) Not Found: https://api.github.com/orgs/korosuke613/repos?per_page=100
Extracting jobs: |=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=| Do the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @korosuke613 , is the original source code of the circle ci in a github repo? |
Beta Was this translation helpful? Give feedback.
-
@korosuke613 unfortunately no, the |
Beta Was this translation helpful? Give feedback.
-
How to overcome the challenges when audit and forecast commands to migrate from CircleCI to GitHub Actions? |
Beta Was this translation helpful? Give feedback.
@korosuke613 unfortunately no, the
audit
andforecast
commands are not supported for user accounts migrating from CircleCI. This is a known limitation that is documented here.