From 7e87a54116cf9f6a377065788172586b1aca6992 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Fri, 27 Jan 2023 09:18:18 -0500 Subject: [PATCH 1/4] add note about resource not found warnings --- circle_ci/2-audit.md | 2 ++ circle_ci/4-dry-run.md | 2 ++ circle_ci/6-migrate.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/circle_ci/2-audit.md b/circle_ci/2-audit.md index 6b00ab6..0ec284b 100644 --- a/circle_ci/2-audit.md +++ b/circle_ci/2-audit.md @@ -31,6 +31,8 @@ You will be performing an `audit` for the __actions-importer-labs__ CircleCI org 3. The command will list all the files written to disk in green when the command succeeds. + _Note: It is expected to see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs._ + ## Inspect the output files 1. Find the `audit_summary.md` file in the file explorer. diff --git a/circle_ci/4-dry-run.md b/circle_ci/4-dry-run.md index c172123..f47ce97 100644 --- a/circle_ci/4-dry-run.md +++ b/circle_ci/4-dry-run.md @@ -36,6 +36,8 @@ You will be performing a dry run migration against a CircleCI project. Answer th [2022-09-19 19:46:05] tmp/dry-run/actions-importer-labs/circleci-demo-ruby-rails/.github/workflows/build_and_test.yml ``` + _Note: It is expected to see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs._ + 4. View the converted workflow: - Find `tmp/dry-run/actions-importer-labs/circleci-demo-ruby-rails/.github/workflows` in the file explorer pane in your codespace. - Click `build_and_test.yml` to open. diff --git a/circle_ci/6-migrate.md b/circle_ci/6-migrate.md index bea50ff..1b919cb 100644 --- a/circle_ci/6-migrate.md +++ b/circle_ci/6-migrate.md @@ -35,6 +35,8 @@ Answer the following questions before running a `migrate` command: [2022-08-20 22:08:20] Pull request: 'https://github.com/:owner/:repo/pull/1' ``` + _Note: It is expected to see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs._ + 3. Open the generated pull request in a new browser tab. ### Inspect the pull request From 472755568072a2f6de553c6a78fbb7d4ffdbbd17 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Mon, 30 Jan 2023 13:22:30 -0500 Subject: [PATCH 2/4] Update circle_ci/2-audit.md Co-authored-by: Jennifer Kerns <47341891+JenniferKerns@users.noreply.github.com> --- circle_ci/2-audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle_ci/2-audit.md b/circle_ci/2-audit.md index 0ec284b..a1dbf23 100644 --- a/circle_ci/2-audit.md +++ b/circle_ci/2-audit.md @@ -31,7 +31,7 @@ You will be performing an `audit` for the __actions-importer-labs__ CircleCI org 3. The command will list all the files written to disk in green when the command succeeds. - _Note: It is expected to see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs._ + **Note**: It is expected that you will see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs. ## Inspect the output files From dfdf139a1143e697f90069e588cd381971f679ca Mon Sep 17 00:00:00 2001 From: j-dunham Date: Mon, 30 Jan 2023 13:22:36 -0500 Subject: [PATCH 3/4] Update circle_ci/4-dry-run.md Co-authored-by: Jennifer Kerns <47341891+JenniferKerns@users.noreply.github.com> --- circle_ci/4-dry-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle_ci/4-dry-run.md b/circle_ci/4-dry-run.md index f47ce97..c6db75b 100644 --- a/circle_ci/4-dry-run.md +++ b/circle_ci/4-dry-run.md @@ -36,7 +36,7 @@ You will be performing a dry run migration against a CircleCI project. Answer th [2022-09-19 19:46:05] tmp/dry-run/actions-importer-labs/circleci-demo-ruby-rails/.github/workflows/build_and_test.yml ``` - _Note: It is expected to see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs._ + **Note**: It is expected that you will see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs. 4. View the converted workflow: - Find `tmp/dry-run/actions-importer-labs/circleci-demo-ruby-rails/.github/workflows` in the file explorer pane in your codespace. From 600cd55114156dd505fb34f987fedc66127329f6 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Mon, 30 Jan 2023 13:22:46 -0500 Subject: [PATCH 4/4] Update circle_ci/6-migrate.md Co-authored-by: Jennifer Kerns <47341891+JenniferKerns@users.noreply.github.com> --- circle_ci/6-migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle_ci/6-migrate.md b/circle_ci/6-migrate.md index 1b919cb..5217768 100644 --- a/circle_ci/6-migrate.md +++ b/circle_ci/6-migrate.md @@ -35,7 +35,7 @@ Answer the following questions before running a `migrate` command: [2022-08-20 22:08:20] Pull request: 'https://github.com/:owner/:repo/pull/1' ``` - _Note: It is expected to see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs._ + **Note**: It is expected that you will see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs. 3. Open the generated pull request in a new browser tab.