We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67b5786 + 05b5396 commit dce509dCopy full SHA for dce509d
2 files changed
.github/workflows/add-to-project.yml
@@ -0,0 +1,13 @@
1
+name: Add Issue or PR to Project
2
+
3
+on:
4
+ issues:
5
+ types: [opened]
6
+ pull_request_target:
7
+ types: [opened, ready_for_review, converted_to_draft]
8
9
+jobs:
10
+ add-to-project:
11
+ name: Add issue or pull request to project
12
+ uses: nasa/cFS/.github/workflows/add-to-project-reusable.yml@dev
13
+ secrets: inherit
.github/workflows/mcdc.yml
@@ -0,0 +1,20 @@
+name: MCDC Analysis
+ push:
+ branches:
+ - dev
+ - main
+ pull_request:
+ types:
+ - opened
+ - reopened
+ - synchronize
+ workflow_dispatch:
14
15
16
+ mcdc:
17
+ name: Run MCDC Analysis
18
+ uses: nasa/cFS/.github/workflows/mcdc-reusable.yml@dev
19
+ with:
20
+ app-name: 'mm'
0 commit comments