You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this action only makes sense to run on pushes to the default branch, we don't have good validation/feedback that the YML isn't completely broken until we've already merged the PR.
I nice easy little PR check to validate the teams yml is "valid" for the action would be lovely.
The text was updated successfully, but these errors were encountered:
Perhaps we could add a "validate-only" parameter to the action which only parses the teams.yml file but doesn't attempt to sync changes to the GitHub organization. Then users could add a second workflow that runs on the non-default branches which invokes the team-sync action in that "validate-only" mode.
Since this action only makes sense to run on pushes to the default branch, we don't have good validation/feedback that the YML isn't completely broken until we've already merged the PR.
I nice easy little PR check to validate the teams yml is "valid" for the action would be lovely.
The text was updated successfully, but these errors were encountered: