This repository was archived by the owner on Aug 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Alice Please Contribute Recommended Community Standards
1
+ name : Alice Should I Contribute?
2
2
3
3
on :
4
4
workflow_dispatch :
5
5
inputs :
6
6
repo_url :
7
- description : ' URL of git repo to contribute community standards to '
7
+ description : ' URL of git repo to check repo maturity for contribution '
8
8
required : true
9
9
type : string
10
10
11
11
12
12
jobs :
13
- contribute :
14
- name : Contribute
13
+ collector :
14
+ name : Collector
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Set up Python 3.9
52
52
"https://github.com/intel/dffml/archive/${ALICE_STATE_OF_ART_COMMIT}.zip#egg=alice&subdirectory=entities/alice"
53
53
- name : DFFML Version
54
54
run : dffml version
55
- - name : Make contribution
55
+ - name : Collect data on repo
56
56
env :
57
57
REPO_URL : ${{ github.event.inputs.repo_url }}
58
58
run : |
61
61
cd $(mktemp -d)
62
62
pwd
63
63
alice shouldi contribute -keys "${REPO_URL}" -log debug
64
+ - uses : actions/upload-artifact@v3
65
+ with :
66
+ name : collector_output
67
+ path : .tools/open-architecture/innersource/repos.json
68
+ # TODO(alice) Once caching is complete upload DID exported cache of dataflow
69
+ # optionally with snapshots on intervals provided by overlays as input
You can’t perform that action at this time.
0 commit comments