Update pangeo-notebook metapackage version to 2024.09.30 #289
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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... |