I'm running a number of maintenance scripts against our Azure EntraId to manage GitHub related things. Removing dormant users, asking users to setup their notification email correctly etc.
For a long time, I ran these scripts with an interactive session, before moving them over to GitHub Actions. Recently