Evgeny Chukreev

Results 3 comments of Evgeny Chukreev

> Unfortunately, we cannot do this at this time. We use a [GitHub OAuth App](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/differences-between-github-apps-and-oauth-apps) and it doesn't and won't support the granularity of access per-repo. You don't strictly need...

Bash's support for unicode in msys2 is not perfect either: Running the following: ```` x=$'\U1F602'; echo "$x, len=${#x}" ```` prints: * on linux: 😂, len=1 # CORRECT * on win,...

This might help a bit: https://github.com/dependabot/dependabot-script/pull/889