Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit e1d7b97

Browse files
author
Will Smith
committed
replace github stuff for codeowners and gh actions
1 parent 24756b5 commit e1d7b97

6 files changed

Lines changed: 23 additions & 43 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @recursionpharma/information-technology

.github/apt-packages.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# What?
2+
3+
- a brief list of relevant changes (if small, can point to title i.e., "see above")
4+
5+
# Why?
6+
7+
- reason(s) why this change was necessary (feel free to link to slack, asana, or other correspondence)

.github/workflows/build_and_test.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/pack-flow.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: "StackStorm Pack Workflow"
3+
4+
on:
5+
push:
6+
branches:
7+
- "trunk"
8+
pull_request:
9+
branches:
10+
- "trunk"
11+
12+
jobs:
13+
call_pack_workflow
14+
uses: "recursionpharma/github_workflows_rxrx_it/.github/workflows/stackstorm_pack.yml@trunk"
15+
secrets: "inherit"

.github/workflows/release.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)