We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c3143e + 892db4a commit f733abdCopy full SHA for f733abd
2 files changed
.github/workflows/user-projects.yml
@@ -0,0 +1,16 @@
1
+name: Add to personal projects
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - assigned
7
+ pull_request:
8
9
10
+permissions:
11
+ issues: read
12
+ pull-requests: read
13
+jobs:
14
+ add-to-project:
15
+ uses: CCBR/.github/.github/workflows/auto-add-user-project.yml@v0.1.0
16
+ secrets: inherit
README.md
@@ -0,0 +1,3 @@
+# MOSuite-CodeOcean pipeline
+- [Code Ocean pipeline](https://poc-nci.codeocean.io/capsule/2912065/tree)
0 commit comments