You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
We just installed the app for our org and one thing we noticed is that the bot only matches on #PR_NUMBER. If I got it right, I tracked it down to this regex:
I got bit by this just now trying out DEP for the first time. I tried using a short reference like org/repo#1 to reference another private repo that DEP has permission to access. DEP cleared it when it was not actually OK to do so.
I was able to build a new GitHub action to replaces this bot.
The new action is more robust and has a few more features like customizing the keywords, label, and supporting dependencies from any repository. It can also handle references like e.g. user/repo#1 🎉
Hey @ahmed-taj,
We just installed the app for our org and one thing we noticed is that the bot only matches on
#PR_NUMBER
. If I got it right, I tracked it down to this regex:https://github.com/ahmed-taj/dep/blob/999cc9bf74059404321d8323403c7ffac38f9a05/lib/helpers/match.js#L1
Would you be open to expanding that to support full links to PRs / issues?
The text was updated successfully, but these errors were encountered: