Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC: Combine slash-command-dispatch and conda-lock-command workflows #88

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2023

  1. Combine slash-command-dispatch and conda-lock-command workflows

    Consolidate the slash-command-dispatch and conda-lock-command workflows into a single GitHub Action workflow, aided by the conda-lock-refresh GitHub Action at https://github.com/weiji14/conda-lock-refresh/releases/tag/v0.1.0. Based on sample workflow at https://github.com/weiji14/conda-lock-refresh-demo/blob/0f280e78657578326ba74d9f13861235661fb2d9/.github/workflows/conda-lock.yml
    weiji14 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5f3681b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Use GitHub App token again to checkout repo

    To ensure that Pull Requests from forks can use the `/condalock` command too.
    weiji14 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3046277 View commit details
    Browse the repository at this point in the history
  2. Set token and repository for emoji reactions too

    Making sure that the emoji reactions work on Pull Request forks.
    weiji14 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0c3a0ef View commit details
    Browse the repository at this point in the history