Skip to content

Workflow update#452

Draft
jiangy10 wants to merge 3 commits into
mainfrom
workflow-update
Draft

Workflow update#452
jiangy10 wants to merge 3 commits into
mainfrom
workflow-update

Conversation

@jiangy10
Copy link
Copy Markdown

@jiangy10 jiangy10 commented Jun 2, 2026

Purpose of this pull request

update content repo with v3 workflow for linting

pr-comment.yml is a workflow that have write access to PR. currently it only post the linter results to the pr, but this allows future scalability for more comments, test and reviewing bot

jobs:
validate:
uses: AdobeDocs/commerce-contributor/.github/workflows/validate-pr.yml@main
uses: AdobeDocs/commerce-contributor/.github/workflows/validate-pr.yml@workflow-update
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is currently using workflow-update branch from contributor repo, once the PR on contributor is approved and merged, switch this back to main

uses: AdobeDocs/commerce-contributor/.github/workflows/validate-pr.yml@workflow-update
with:
base_ref: ${{ github.event.pull_request.base.ref }}
pr_number: ${{ github.event.pull_request.number }}
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

required by artifact

@jiangy10 jiangy10 marked this pull request as draft June 2, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋 Needs Review

Development

Successfully merging this pull request may close these issues.

2 participants