From 018fe0d324f4e53f145ac0fdc4dae761cb2b751f Mon Sep 17 00:00:00 2001 From: Rohan Sasne Date: Fri, 21 Jul 2023 09:44:42 -0500 Subject: [PATCH] Test commit --- .github/settings.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 00000000000..6acfa0c656c --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,23 @@ +repository: + # See https://developer.github.com/v3/repos/#edit for all available settings. + + # The name of the repository. Changing this will rename the repository + name: pecan + + # A short description of the repository that will show up on GitHub + description: The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox. + + + +labels: + - name: Documentation + color: a2dcf2 + - name: Website + color: 84b6eb + - name: Base + color: ffff54 + - name: Models + color: ff8c00 + - name: Modules + color: d93f0b + \ No newline at end of file