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
Currently, something is not ideal in the cron job setting such that the bot is unable to auto label "closed-by-bot" to stale issue or PR that it closes. A workaround is for the bot to detect a "close" event live (not cron) and auto label those things.
The text was updated successfully, but these errors were encountered:
@astrofrog identified for the auto labeling stuff (astropy/astropy-bot#106) that forked repo does not have all the labels in the upstream repo, but I don't think that is a problem for this one, as the label to add is already known, but it is just that the action of setting label does not do anything. So I think it is still some permission problem with cron job.
Hmm, adding a label for auto closure seems to be generically preferable to me, so could it still live in baldrick and being customizable downstream about the specifics of the kind of label it should apply?
Currently, something is not ideal in the cron job setting such that the bot is unable to auto label "closed-by-bot" to stale issue or PR that it closes. A workaround is for the bot to detect a "close" event live (not cron) and auto label those things.
The text was updated successfully, but these errors were encountered: