File tree Expand file tree Collapse file tree 3 files changed +5
-18
lines changed
Expand file tree Collapse file tree 3 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 1111 message : " Medium"
1212 color : " yellow"
1313 when : " $additions > 200 && $additions < 500"
14+
15+ - label : " PR Size"
16+ message : " Small"
17+ color : " green"
18+ when : " $additions <= 200"
1419
1520- label : ' #$prNumber'
1621 message : ' $payload.pull_request.user.login /$payload.pull_request.head.ref → $payload.repository.full_name'
Original file line number Diff line number Diff line change @@ -11,6 +11,3 @@ Under the following terms:
1111- NonCommercial — You may not use the material for commercial purposes.
1212
1313For more information, see https://creativecommons.org/licenses/by-nc/4.0/
14-
15- test
16- test
Original file line number Diff line number Diff line change 99Visit the wiki [ home page] ( https://github.com/ITH-Labs/tae-upload-api/wiki ) for detailed documentation on this project
1010
1111---
12-
13- ## Features
14-
15- - Upload Excel or CSV transaction files
16- - Store file metadata in SQL Server
17- - Trigger TAE Core Engine for processing
18- - Health check endpoint
19-
20- ---
21-
22- ## Tech Stack
23-
24- - ASP.NET Core Web API
25-
26- ---
You can’t perform that action at this time.
0 commit comments