From 93a4a7c8d991d43397cdfd00a81fd169dcdf188a Mon Sep 17 00:00:00 2001 From: yuxuanj Date: Tue, 9 Jun 2026 11:27:13 -0700 Subject: [PATCH 1/6] making some change in src/Pages --- src/pages/test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/pages/test.md diff --git a/src/pages/test.md b/src/pages/test.md new file mode 100644 index 0000000..33012c0 --- /dev/null +++ b/src/pages/test.md @@ -0,0 +1 @@ +This is a test md for v3-workdflow \ No newline at end of file From 71e23c2f8c8f151687adeb509b3e39a265cc62c9 Mon Sep 17 00:00:00 2001 From: yuxuanj Date: Tue, 9 Jun 2026 11:34:09 -0700 Subject: [PATCH 2/6] making some changes not in src/Pages --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 907a8e8..9e0c1c3 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ super-linter-output super-linter.log github_conf tmp + From 4ec14319d4063e4c090fd43975dec8e3d54dd392 Mon Sep 17 00:00:00 2001 From: Dima Shevtsov <12731225+dshevtsov@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:39:46 -0500 Subject: [PATCH 3/6] Apply suggestion from @dshevtsov --- src/pages/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/test.md b/src/pages/test.md index 33012c0..4ee4b61 100644 --- a/src/pages/test.md +++ b/src/pages/test.md @@ -1 +1 @@ -This is a test md for v3-workdflow \ No newline at end of file +This is a test md for v3-workdflow. From f4cd1eb84323325c22367a2bdbb75f61d36824d4 Mon Sep 17 00:00:00 2001 From: Dima Shevtsov <12731225+dshevtsov@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:54:01 -0500 Subject: [PATCH 4/6] Update deployment condition for GitHub Actions Run deployment only on AdobeDocs repos --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8181bc6..16d2bb2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ on: jobs: deployment: name: Deployment - if: github.actor != 'adp-devsite-app[bot]' && github.repository != 'AdobeDocs/dev-docs-template' + if: github.repository_owner == 'AdobeDocs' && github.actor != 'adp-devsite-app[bot]' && github.repository != 'AdobeDocs/dev-docs-template' uses: AdobeDocs/adp-devsite-workflow/.github/workflows/deploy-v2.yml@main secrets: inherit with: From 46d9a0cb270351d0ade674e66d074ab0295bf9e3 Mon Sep 17 00:00:00 2001 From: yuxuanj Date: Thu, 11 Jun 2026 14:35:36 -0700 Subject: [PATCH 5/6] changing the workflow yml path to main --- .github/workflows/pr-comment.yml | 2 +- .github/workflows/pr-validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index ff65804..807bbfe 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -11,7 +11,7 @@ permissions: jobs: comment: - uses: AdobeDocs/adp-devsite-workflow/.github/workflows/pr-comment-v3.yml@DEVSITE-2424 + uses: AdobeDocs/adp-devsite-workflow/.github/workflows/pr-comment-v3.yml@main with: run_id: ${{ github.event.workflow_run.id }} event: ${{ github.event.workflow_run.event }} diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 0f3f286..68f2f9b 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -5,7 +5,7 @@ on: jobs: validate: - uses: AdobeDocs/commerce-contributor/.github/workflows/validate-pr.yml@workflow-update + uses: AdobeDocs/commerce-contributor/.github/workflows/validate-pr.yml@main with: base_ref: ${{ github.event.pull_request.base.ref }} pr_number: ${{ github.event.pull_request.number }} From 5e982de6aeae31a94276573f09cd999606aeb2bb Mon Sep 17 00:00:00 2001 From: yuxuanj Date: Thu, 11 Jun 2026 15:06:55 -0700 Subject: [PATCH 6/6] revert the test file changes --- .gitignore | 1 - src/pages/test.md | 1 - 2 files changed, 2 deletions(-) delete mode 100644 src/pages/test.md diff --git a/.gitignore b/.gitignore index 9e0c1c3..907a8e8 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,3 @@ super-linter-output super-linter.log github_conf tmp - diff --git a/src/pages/test.md b/src/pages/test.md deleted file mode 100644 index 4ee4b61..0000000 --- a/src/pages/test.md +++ /dev/null @@ -1 +0,0 @@ -This is a test md for v3-workdflow.