Skip to content

Update pangeo-notebook metapackage version to 2024.05.07 #271

Update pangeo-notebook metapackage version to 2024.05.07

Update pangeo-notebook metapackage version to 2024.05.07 #271

Workflow file for this run

# Respond to every Pull Request with Pangeo Bot!
name: PullRequest
on:
pull_request_target:
types: [opened, reopened]
paths: '**/environment.yml'
jobs:
DeployPangeoBot:
runs-on: ubuntu-latest
if: github.repository == 'pangeo-data/pangeo-docker-images'
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Add Condalock Comment
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.PANGEOBOT_TOKEN }}
issue-number: ${{github.event.number}}
body: |
/condalock
Automatically locking new conda environment, building, and testing images...