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
feat(interrupt): include all bot PRs in the Dependabot action items section
Widen the open-bot PR list beyond Dependabot so GitHub Actions and other bot PRs surface for interrupt review, while keeping automated release PRs in their dedicated section.
Co-authored-by: Cursor <cursoragent@cursor.com>
Lists all open dependency update PRs from Dependabot. Please try to review and merge these PRs
385
-
if it requires no or only minor changes.
384
+
Lists all open PRs from bots (Dependabot, GitHub Actions, etc.), excluding automated release PRs
385
+
which have their own section above. Please try to review and merge these PRs if it requires no or
386
+
only minor changes.
386
387
388
+
For Dependabot dependency updates:
387
389
- In some cases, the PR will require manually updating the `NOTICES` file by checking out the dependency PR, running `yarn install` in `frontend`, and running `make update-notices` from repo root.
388
390
- If our CI indicates that updating the dependency will likely require bigger changes, just close the PR with a brief message and add the dependency to our https://github.com/streamlit/streamlit/blob/develop/.github/dependabot.yml ignore list. [Example PR](https://github.com/streamlit/streamlit/pull/10630)
0 commit comments