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
Some checks like lint, test, build (ubuntu-latest, 14.x) & format (ubuntu-latest, 14.x) were removed from branch protection rules as they were not setup properly and blocked some PRs:
Notice: there are no names for defined checks so it's hard to figure out what checks do those names actually reference.
Action items:
Add explicit names to all CI workflow checks so they are easily identifiable
Check, tweak & improve on: workflow triggers in the context of branch protection rules
Reconfigure branch protection rules as appropriate, considering both develop & main branches
The text was updated successfully, but these errors were encountered:
krebernisak
changed the title
Add proper names to all CI workflow checks + tweak branch protection rules
Add explicit names to all CI workflow checks + tweak branch protection rules
Mar 25, 2022
Some checks like
lint
,test
,build (ubuntu-latest, 14.x)
&format (ubuntu-latest, 14.x)
were removed from branch protection rules as they were not setup properly and blocked some PRs:build (ubuntu-latest, 14.x)
&format (ubuntu-latest, 14.x)
blocked asdf and ginkgo updates to bring more in line with terra #256lint
&test
blocked tx simulation + config diff + minor refactor #257Notice: there are no names for defined checks so it's hard to figure out what checks do those names actually reference.
Action items:
on:
workflow triggers in the context of branch protection rulesdevelop
&main
branchesThe text was updated successfully, but these errors were encountered: