home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 873751431

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
873751431 MDU6SXNzdWU4NzM3NTE0MzE= 5241 linters are not run after pre-commit autoupdate 14808389 closed 0     0 2021-05-01T19:33:47Z 2021-05-16T11:21:40Z 2021-05-16T11:21:40Z MEMBER      

4906 added a autoupdate CI for the pre-commit hooks. However, once the hook versions are updated, the pre-commit CI is not run so potential errors will only be visible after merging the PR.

The documentation of create-pr-action states that that's because GITHUB_TOKEN does not allow it to trigger those workflows so we'd have to create a personal access token, or run pre-commit run --all-files immediately after the autoupdate.

The second option is definitely easier but would miss the separate mypy job (not sure how much of an issue that is).

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5241/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.903ms · About: xarray-datasette