Skip to content

dfinity/public-workflows

Repository files navigation

public-workflows

This repository contains a set of internal workflows used at DFINITY. So far this includes:

  1. CLA Workflow

This repository is not open to external contributions.

updating pip requirements

Start a venv:

python -m venv .venv
source .venv/bin/activate

Install pip-tools and run pip-compile:

pip install pip-tools
pip-compile requirements.in --upgrade

Testing and Releasing New Workflows

Use the following steps to test and release new workflow changes:

  1. Merge changes to the develop branch
  2. If one doesn't already exist, set up a new testing workflow that gets applied to the test-compliant-repository-public and is pinned to the develop branch
  3. Test your changes there
  4. If the changes are successful, merge develop into master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages