Commit Graph

14 Commits

Author SHA1 Message Date
k-j-kim
d10f607da7
fix: make sync-react-samples manual-only (#228)
fix: make sync-react-samples workflow manual-only

Remove the nightly cron schedule so the workflow only runs when
manually triggered via workflow_dispatch.
2026-04-23 10:24:03 -07:00
k-j-kim
c80fbb5115
fix: use static branch for sync-react-samples PR (#221)
fix: use static branch name for sync-react-samples PR

Prevents the workflow from creating a new PR per version update by
using a fixed branch name so peter-evans/create-pull-request reuses
the same PR.
2026-04-23 10:13:16 -07:00
Mohan Raj Rajamanickam
eaf5acdb7f
ci: fail PR if title does not match Conventional Commits format @W-21613569@ [post-tdx] (#146)
add pr title check

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-04-08 17:08:20 +05:30
k-j-kim
92cae58d5f
Rename webapp-template npm packages to ui-bundle-template @W-21338965@ (#135)
* chore: rename webapp-template packages to ui-bundle-template

* chore: sync React b2e and b2x samples from npm @1.117.3

* chore: rename sample folders to match ui-bundle-template package names

* chore: sync React b2e and b2x samples from npm @1.117.5

* chore: remove accidental trace.md from b2e sample

* chore: keep old webapp-template sample directories alongside new ui-bundle-template ones

* chore: revert component.md change from skills/generating-webapplication-ui

* chore: update ui-bundle-template sample versions to 1.117.5
2026-03-30 15:50:18 -05:00
Mohan Raj Rajamanickam
5d3f085ad6
fix: resolve release workflow branch protection failure @W-21658353@ (#80)
fix: resolve release workflow branch protection failure

Push release commit to a temp branch first so the SHA is visible to
the GitHub API, then report the required validate-skills status check
before pushing to main.

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-03-23 22:02:18 +05:30
Mohan Raj Rajamanickam
3ae2d18d7f
ci: fix release failure @W-21658353@ (#76)
ci: fix release failure
2026-03-19 22:12:13 -07:00
gbockus-sf
fe4a3434ba
chore: ensure we get the latest samples (#62)
* chore: ensure we get the latest samples

* chore: review feedback
2026-03-17 22:19:28 -05:00
gbockus-sf
a5b91cfe95
chore: add skip validate to sample sync action (#55)
* chore: add skip validate to sample sync action

* chore: pr feedback
2026-03-17 01:03:02 -05:00
Mohan Raj Rajamanickam
3bfd122458
ci: simplify pull request validation triggers in skills workflow @W-21534193@ (#44)
ci: simplify pull request validation triggers in skills workflow
2026-03-12 15:32:37 -07:00
Mohan Raj Rajamanickam
ddc6ec0ce3
ci: rename PR validation job and skills validation job for clarity @W-21534193@ (#43)
Refactor GitHub workflows: rename PR validation job and skills validation job for clarity
2026-03-12 15:16:05 -07:00
Mohan Raj Rajamanickam
2320c50264
ci: publish skills as @salesforce/afv-skills npm package @W-21534193@ (#30)
* ci: update package details and add GitHub workflows for skills validation and release

* chore: update Node version, change license, and refactor skills validation script to TypeScript

* chore: remove unused deps

* fix: npm package

* fix: flatten skills to pass validation

* chore: add validation script to package.json and update GitHub workflow to use it

* chore: enhance skills validation and update workflows for npm publishing

* refactor: streamline skills validation process in workflow and script

* refactor: improve documentation and structure of skills validation script

* implement checks based on jeff's best practices doc

* chore: add pull request template for skill submissions

* chore: update pull request template with additional references and improve automated checks section

* chore: update pull request template to clarify naming convention with a warning for gerund form

* chore: update pull request template to reference skill authoring guide and enhance checklist structure

* chore: enhance GitHub workflows for skills validation and release process

* refactor: improve parsing logic for SKILL.md files and enhance error collection in validation

* chore: update validation checks to enforce character limits for skill names and descriptions

* fix: remove unnecessary whitespace in footer string in validate-skills.ts
2026-03-12 13:41:52 -07:00
Gordon Bockus
6bcf823901
chore: add b2e to GHA flow 2026-03-02 14:05:26 -06:00
Gordon Bockus
d254810986
chore: remove unnecessary step 2026-02-27 15:03:16 -06:00
Gordon Bockus
ce615bf036
feat: add first pass at b2e sample 2026-02-27 14:56:57 -06:00