google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
639 stars 178 forks source link

Remove Python 3.6 hook from CI #828

Closed xpconanfan closed 2 years ago

xpconanfan commented 2 years ago

We have removed Py36 env from our CI, but the Py36 hooks are still showing up as "waiting" in every PR. This forces us to have to force submit every PR.

Let's remove Py36 for good.

booneng commented 2 years ago

"You can remove the outdated check in the protected branch settings of the repository settings." - https://github.community/t/github-actions-pull-requests-always-include-some-outdated-checks/16157/4

Looks like we need someone with admin access to do this.

xpconanfan commented 2 years ago

Done. Thanks!