github / branch-deploy

Enabling Branch Deployments through IssueOps with GitHub Actions - If you find this project useful, give it a star! ⭐️
https://github.com/marketplace/actions/branch-deploy
MIT License
384 stars 45 forks source link

use new github emu check #227

Closed GrantBirki closed 10 months ago

GrantBirki commented 10 months ago

Support GitHub EMU Handles

This pull request enables support for GitHub EMU handles.

This is accomplished by swapping out the very outdated npm package that handles GitHub username regex support. The new npm package is one that I have written that supports both traditional GitHub dotcom handles in addition to GitHub EMU handles.

related: https://github.com/github/command/pull/15, https://github.com/github/command/issues/10