ewingjm / development-hub

A continuous integration solution for Power Apps.
MIT License
35 stars 8 forks source link

fix: solution merges stuck at 'Awaiting PR Merge' #63

Closed ewingjm closed 3 years ago

ewingjm commented 3 years ago

Purpose

Solution merges outside of the environments used for testing the Development Hub will be stuck on 'Awaiting PR Merge' if using a pull request source control strategy.

Approach

Updates flow template to remove hard-coded organisation, project, and repository and replace it with variable tokens to be substituted.

TODOs