Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-bot GitHub issue on Dependency Dashboard during bot migration #559

Open
1 task
jamietanna opened this issue Aug 14, 2024 · 0 comments
Open
1 task

Comments

@jamietanna
Copy link
Contributor

jamietanna commented Aug 14, 2024

We're in the middle of a migration between the Mend-hosted (SAAS) renovate[bot] and a self-hosted Renovate bot, running under Mend Renovate Community Edition, all on github.com.

As part of this, we've got the following configuration set in our config.js:

  // Via https://docs.renovatebot.com/configuration-options/#gitignoredauthors
  gitIgnoredAuthors: [
    "29139614+renovate[bot]@users.noreply.github.com"
  ],

  // Via https://docs.renovatebot.com/configuration-options/#ignoreprauthor
  ignorePrAuthor: true,

We have a number of Dependency Dashboard issues that were created by renovate[bot] and are continued to be updated by our self-hosted bot.

When ticking a checkbox on an issue, such as:

  • Check this box to trigger a request for Renovate to run again on this repository

We receive no feedback from Renovate, nor does it execute the run as expected.

Digging into the logs, we see that Mend Renovate Community Edition is ignoring the event as a non-bot GitHub issue:

{
  "action": "edited",
  "event": "issues",
  "hostname": "...",
  "level": 20,
  "logContext": "fpRoibtl4TVq2f4SB5nzO",
  "msg": "non-bot GitHub issue - ignoring event",
  "name": "mend-renovate",
  "pid": 9,
  "time": "2024-08-14T10:05:14.634Z",
  "user": "renovate[bot]",
  "v": 0
}

Pull Requests are unaffected, and continue to be updated as-is.

Would it make sense for the Mend Renovate Community Edition code to make this configurable - somehow 🫣 - to make it so a migration is possible?

This is using Mend Renovate Community Edition 7.5.0

(I believe this is more likely to be an issue with Mend Renovate Community Edition, than it is Renovate OSS, due to it being webhook related, hence raising here)

(possibly related to #557)

@mend mend deleted a comment from Saret1w89 Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant