microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
88 stars 35 forks source link

Get all workflowruns and filter based off branch #659

Closed nturinski closed 2 years ago

nturinski commented 2 years ago

After some investigation, seems like new repos don't support branch as a query param (it returns with an empty array). I'm not surprised since GitHub itself doesn't have a view to only look at actions based on branch, so I think it makes more sense to just grab all the actions and filter based off the branch instead.

alexweininger commented 2 years ago

Oh we can release this next week too! Perfect timing lol