Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adapt ADO sync workflows to changed areas in ADO
Browse files Browse the repository at this point in the history
shauke committed Jan 15, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 517d63d commit 6ff26b9
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-devops-issue-sync.yml
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ jobs:
github_token: '${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}'
ado_organization: 'intershop-com'
ado_project: 'Products'
ado_area_path: "Products\\RESTbased Storefront"
ado_iteration_path: "Products\\PWA Rngrx"
ado_area_path: "Products\\PWA"
ado_iteration_path: 'Products'
ado_wit: 'Issue'
ado_new_state: 'New'
ado_active_state: 'Active'
3 changes: 1 addition & 2 deletions .github/workflows/azure-devops-pr-sync.yml
Original file line number Diff line number Diff line change
@@ -19,8 +19,7 @@ jobs:
github_token: '${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}'
ado_organization: 'intershop-com'
ado_project: 'Products'
ado_area_path: "Products\\RESTbased Storefront"
# ado_iteration_path: "Products\\PWA Rngrx" # not working yet
ado_area_path: "Products\\PWA"
ado_wit: 'Issue'
ado_new_state: 'New'
ado_active_state: 'Active'

0 comments on commit 6ff26b9

Please sign in to comment.