Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scientific-python/issue-from-pytest-log-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.8
Choose a base ref
...
head repository: scientific-python/issue-from-pytest-log-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Jan 2, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#31)

    updates:
    - [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1)
    - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
    - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    831733a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#32)

    updates:
    - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1)
    - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5997435 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#33)

    updates:
    - [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    de159a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#36)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
    - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    d7261a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#37)

    updates:
    - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    4960d70 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. allow parametrizing the issue title (#38)

    * try querying the title
    
    * declare the title as a parameter
    
    * trigger CI
    
    * pass the title
    
    * try using the search connection
    
    * try combining before passing to the query
    
    * use braces
    
    * pass as a query object
    
    * move the entire query construction to a separate variable
    
    * fix the label
    
    * remove a wrong semicolon
    
    * use a different parameter name
    
    * remove the extra query level
    
    * adapt to the changed variables and result structure
    
    * document the change
    
    * add semicolons at the end of each line
    
    Co-authored-by: Agriya Khetarpal <agriyakhetarpal@users.noreply.github.com>
    
    * try going back to assembling the string within the query construction
    
    * typo
    
    * more semicolons
    
    * refer to the variables object whenever necessary
    
    * more semicolon
    
    * try removing the braces
    
    * try doing the string interpolation in js
    
    * add back the quotes
    
    * only search for open issues
    
    ---------
    
    Co-authored-by: Agriya Khetarpal <agriyakhetarpal@users.noreply.github.com>
    keewis and agriyakhetarpal authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    123161b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4213c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f94477e View commit details
    Browse the repository at this point in the history
Loading