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

Commits on Apr 25, 2024

  1. 🔄 synced file(s) with conda/infrastructure (#177)

    Co-authored-by: Conda Bot <conda-bot@users.noreply.github.com>
    conda-bot and conda-bot authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    18c83d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Bump conda/actions from 24.2.0 to 24.4.0 in /check-cla (#178)

    Bumps [conda/actions](https://github.com/conda/actions) from 24.2.0 to 24.4.0.
    - [Release notes](https://github.com/conda/actions/releases)
    - [Commits](f46142e...1e442e0)
    
    ---
    updated-dependencies:
    - dependency-name: conda/actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5cb7ed2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Add combine-durations composite action (#126)

    Originally implemented in conda/conda we port the combine-durations
    composite action over to conda/actions so other repositories (like
    conda/conda-build) can also benefit from this workflow.
    
    This workflow will load the duration artifacts from the 10 most recent
    runs for a given workflow, aggregate and average the durations, commit the
    updated duration files, and finally open a PR with the changes.
    kenodegard authored May 7, 2024
    Configuration menu
    Copy the full SHA
    c1c5971 View commit details
    Browse the repository at this point in the history
  2. 🔄 synced file(s) with conda/infrastructure (#179)

    Co-authored-by: Conda Bot <conda-bot@users.noreply.github.com>
    conda-bot and conda-bot authored May 7, 2024
    Configuration menu
    Copy the full SHA
    3b9d118 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add template-files composite action (#127)

    * Adding initial template-files action
    
    * Include requirements.txt for cache key
    
    * Use github context instead of envvar
    
    * Undo caching
    
    * Improve argument validation
    
    * Less verbose pip install
    
    * Improve error message
    
    * Improve errors
    
    * Add rich colors
    
    * Preserve trailing newlines
    
    * Format
    
    * Gracefully terminate if no config file
    
    * Rework into functions for error handling
    
    * Format
    
    * Add option to remove files
    
    * Better error handling
    
    * Fix jsonschema type
    
    * Add requirements.txt
    
    * Convert GHA version tag to commit hash
    
    * Suggestions from code review
    
    Co-Authored-By: Jannis Leidel <1610+jezdez@users.noreply.github.com>
    
    * Correct src/dst variables
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Specify requirements file for setup-python cache
    
    * Manual caching
    
    * Correct regex
    
    ---------
    
    Co-authored-by: Jannis Leidel <1610+jezdez@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored May 8, 2024
    Configuration menu
    Copy the full SHA
    976289d View commit details
    Browse the repository at this point in the history
Loading