KinsonDigital / BranchValidator

Validates branch names for the organization projects
MIT License
5 stars 1 forks source link

🚧Update sync workflow #130

Closed kselena closed 1 year ago

kselena commented 1 year ago

Complete The Item Below

Description

Update sync-pr-to-issue.yml to match the blog repo.

If needbe, add the workflow inputs below to build-status-check.yml and unit-test-status-check. yml

      checkout-ref: ${{ github.event.pull_request.head.ref }}
      checkout-repository: ${{ github.event.pull_request.head.repo.full_name }} 

Acceptance Criteria

ToDo Items

Issue Dependencies

No response

Related Work

No response

Additional Information:

Change Type Labels

Change Type Label
Bug Fixes 🐛bug
Breaking Changes 🧨breaking changes
New Feature ✨new feature
CICD Changes ♻️cicd
Config Changes ⚙️config
Performance Improvements 🏎️performance
Code Doc Changes 🗒️documentation/code
Product Doc Changes 📝documentation/product

Priority Type Labels

Priority Type Label
Low Priority low priority
Medium Priority medium priority
High Priority high priority

Code of Conduct