Skip to content

Commit 05b5396

Browse files
committed
Part cFS/workflows#122, Add Internal Workflows
1 parent 67b5786 commit 05b5396

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: MCDC Analysis
2+
3+
on:
4+
push:
5+
branches:
6+
- dev
7+
- main
8+
pull_request:
9+
types:
10+
- opened
11+
- reopened
12+
- synchronize
13+
workflow_dispatch:
14+
15+
jobs:
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

Comments
 (0)