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?
22
33on :
44 workflow_dispatch :
55 inputs :
66 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 '
88 required : true
99 type : string
1010
1111
1212jobs :
13- contribute :
14- name : Contribute
13+ collector :
14+ name : Collector
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Set up Python 3.9
5252 "https://github.com/intel/dffml/archive/${ALICE_STATE_OF_ART_COMMIT}.zip#egg=alice&subdirectory=entities/alice"
5353 - name : DFFML Version
5454 run : dffml version
55- - name : Make contribution
55+ - name : Collect data on repo
5656 env :
5757 REPO_URL : ${{ github.event.inputs.repo_url }}
5858 run : |
6161 cd $(mktemp -d)
6262 pwd
6363 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