Skip to content

Commit

Permalink
Merge branch 'main' into iss-41
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool authored Sep 12, 2024
2 parents 79d74b2 + 1feed5e commit cb844e8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/techdev-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add issues/PRs to the TechDev project

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/CCBR/projects/17
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CRISPIN 🍪

Crispr screen sequencing analysis pipeline
**CRISP**r screen sequencing analysis pipel**IN**e

🚧 **This project is under active development. It is not yet ready for production use.** 🚧

Expand Down

0 comments on commit cb844e8

Please sign in to comment.