diff --git a/.github/workflows/ecosystem-ci-from-commit.yml b/.github/workflows/ecosystem-ci-from-commit.yml index 42df6f0..e91ebbb 100644 --- a/.github/workflows/ecosystem-ci-from-commit.yml +++ b/.github/workflows/ecosystem-ci-from-commit.yml @@ -171,7 +171,7 @@ jobs: await github.rest.repos.createCommitComment({ commit_sha: context.payload.inputs.commitSHA, - owner: context.repo.owner, + owner: 'web-infra-dev', repo: 'rspack', body }) diff --git a/.github/workflows/ecosystem-ci-from-pr.yml b/.github/workflows/ecosystem-ci-from-pr.yml index a0e37c7..591b2b1 100644 --- a/.github/workflows/ecosystem-ci-from-pr.yml +++ b/.github/workflows/ecosystem-ci-from-pr.yml @@ -69,7 +69,7 @@ jobs: const { data: comment } = await github.rest.issues.createComment({ issue_number: context.payload.inputs.prNumber, - owner: context.repo.owner, + owner: 'web-infra-dev', repo: 'rspack', body: `⏳ Triggered ecosystem CI: ${urlLink}` }) @@ -196,7 +196,7 @@ jobs: ` await github.rest.issues.updateComment({ - owner: context.repo.owner, + owner: 'web-infra-dev', repo: 'rspack', comment_id: ${{ needs.create-comment.outputs.comment-id }}, body