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 28, 2018. It is now read-only.
If the delay feature is enabled, mention-bot no longer works. Instead, the logs show something similar to the following:
Skipping because action is undefined. We only care about: "opened"
This appears to be because this function is expecting currentData to contain the full payload from GitHub, which contains an action key. Instead, it contains only the contents of the pull_request key. After removing the delayed option from our mention-bot configuration, full functionality was restored.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the delay feature is enabled, mention-bot no longer works. Instead, the logs show something similar to the following:
This appears to be because this function is expecting
currentData
to contain the full payload from GitHub, which contains anaction
key. Instead, it contains only the contents of thepull_request
key. After removing thedelayed
option from our mention-bot configuration, full functionality was restored.The text was updated successfully, but these errors were encountered: