change stale processing order to ascending
Right now this workflow doesn't really do anything because it runs through it's rate limit before getting to stale PRs. Switch to ascending to process the oldest items first, which hopefully will get us through more of the backlog.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/72905