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: conda/actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25.1.1
Choose a base ref
...
head repository: conda/actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.1.2
Choose a head ref
  • 6 commits
  • 44 files changed
  • 4 contributors

Commits on Jan 21, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.9.1...v0.9.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    526217d View commit details
    Browse the repository at this point in the history
  2. Bump conda/actions from 24.11.1 to 25.1.1 in /check-cla (#253)

    Bumps [conda/actions](https://github.com/conda/actions) from 24.11.1 to 25.1.1.
    - [Release notes](https://github.com/conda/actions/releases)
    - [Commits](6e72e0d...8ff3faa)
    
    ---
    updated-dependencies:
    - dependency-name: conda/actions
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    e7a151c View commit details
    Browse the repository at this point in the history
  3. Bump marocchino/sticky-pull-request-comment from 2.9.0 to 2.9.1 in /c…

    …anary-release (#252)
    
    * Bump marocchino/sticky-pull-request-comment in /canary-release
    
    Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.0 to 2.9.1.
    - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
    - [Commits](marocchino/sticky-pull-request-comment@331f8f5...52423e0)
    
    ---
    updated-dependencies:
    - dependency-name: marocchino/sticky-pull-request-comment
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ken Odegard <kodegard@anaconda.com>
    dependabot[bot] and kenodegard authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    1ac3ac4 View commit details
    Browse the repository at this point in the history
  4. Bump marocchino/sticky-pull-request-comment from 2.9.0 to 2.9.1 in /c…

    …heck-cla (#254)
    
    * Bump marocchino/sticky-pull-request-comment in /check-cla
    
    Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.0 to 2.9.1.
    - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
    - [Commits](marocchino/sticky-pull-request-comment@331f8f5...52423e0)
    
    ---
    updated-dependencies:
    - dependency-name: marocchino/sticky-pull-request-comment
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update check-cla/action.yml
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ken Odegard <kodegard@anaconda.com>
    dependabot[bot] and kenodegard authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    6151812 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Add read-file action (#203)

    * Add read-file
    
    * Use YYYY.MM cache hash
    
    * Correct inputs & outputs
    
    * Cleanup
    
    * Add default value for when file doesn't exist
    
    * Convert positionals to options
    
    * Invalidate cache based on workflows
    
    * Correct README
    
    * Improve caching
    
    * Use Python >=3.8
    
    * Initialize test suite
    
    * Install all dependencies
    
    * Upload coverage
    
    * Add badges
    
    * Update README.md
    
    * Update test_combine_durations.py
    
    * Add test_read_file.py
    
    * Correct nested double quotes
    
    * Use Python >=3.9
    
    * Stringify
    
    * Don't specify testpaths, allow pytest to autodetect
    
    * Add comment regarding hashing
    
    * Test GHA
    
    * Debug
    
    * Correct remote URL
    
    * Fix quoting
    
    * Setup python
    
    * Standardize Python
    
    * Enable dependabot updates for pip
    
    * Add analyze step with automated error reports
    
    * Minor cleanup
    
    * Update existing failures
    
    * Apply suggestions from code review
    
    * Typing
    
    * Update README.md
    
    * Apply suggestions from code review
    
    * Update .github/workflows/tests.yml
    
    ---------
    
    Co-authored-by: Jannis Leidel <jannis@leidel.info>
    kenodegard and jezdez authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    c01236b View commit details
    Browse the repository at this point in the history
  2. Improved templating audits (#238)

    * Include workflow name in cache key
    
    * Update pyproject.toml
    
    * Refactor StubLoader into SpyEnvironment, SpyContext, and SpyFileSystemLoader
    
    * Distinguish between required and optional context
    
    * Default details to open when errors occur
    
    * Fix get_source auditing
    
    * Rename Spy to Audit
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Rename spy contextmanager to audit
    
    * Initialize test suite
    
    * Add test_dump_summary
    
    * Parametrize TemplateState tests
    
    * Add initial test for template_file
    
    * Initialize test suite
    
    * Install all dependencies
    
    * Upload coverage
    
    * Add badges
    
    * Update README.md
    
    * Update test_template_files.py
    
    * Stringify
    
    * Standardize Python
    
    * Enable dependabot updates for pip
    
    * Add analyze step with automated error reports
    
    * Minor cleanup
    
    * Update existing failures
    
    * Catch IsADirectoryError
    
    * Typing
    
    * Pytest ids
    
    * Update README
    
    * Add GHA test
    
    * Fix stub audit
    
    * Comment template-files summary
    
    * Update tests
    
    * Use a sticky comment instead
    
    * Formatting
    
    * Use fine-grained token
    
    * Improve messaging
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Jannis Leidel <jannis@leidel.info>
    3 people authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    7873f9d View commit details
    Browse the repository at this point in the history
Loading