openedx / public-engineering

General public issue repository for the Open edX engineering community
4 stars 2 forks source link

See if we can know when a PR needs tests run in an automatic way #185

Open feanil opened 1 year ago

feanil commented 1 year ago

We have a lot of PRs where tests need to run because they are first time contributions, can we automatically tag those PRs and can we un-tag them once the tests have run?

Check to see if https://docs.github.com/en/rest/commits/statuses?apiVersion=2022-11-28#get-the-combined-status-for-a-specific-reference can help.