Merge branch 'main' into gbockus/addReviewSkill

This commit is contained in:
gbockus-sf 2026-03-12 17:18:12 -05:00 committed by GitHub
commit 288d7ef763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: pr-validation
name: Validate PR Title
on:
pull_request:
@ -6,5 +6,5 @@ on:
branches: [main]
jobs:
pr-validation:
pr-title:
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main

View File

@ -11,7 +11,7 @@ on:
- '.github/workflows/validate-skills.yml'
jobs:
validate:
validate-skills:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4