Update README.md
Browse files
README.md
CHANGED
@@ -73,8 +73,6 @@ Each example has the following fields:
|
|
73 |
|
74 |
### Datapoint Example
|
75 |
|
76 |
-
**TODO** Add http links to failed commit
|
77 |
-
**TODO** Add file list os changed files
|
78 |
|
79 |
```
|
80 |
{'contributor': 'Gallaecio',
|
@@ -92,5 +90,7 @@ Each example has the following fields:
|
|
92 |
'workflow': 'name: Checks\non: [push, pull_request]\n\n<...>',
|
93 |
'workflow_filename': 'checks.yml',
|
94 |
'workflow_name': 'Checks',
|
95 |
-
'workflow_path': '.github/workflows/checks.yml'
|
|
|
|
|
96 |
```
|
|
|
73 |
|
74 |
### Datapoint Example
|
75 |
|
|
|
|
|
76 |
|
77 |
```
|
78 |
{'contributor': 'Gallaecio',
|
|
|
90 |
'workflow': 'name: Checks\non: [push, pull_request]\n\n<...>',
|
91 |
'workflow_filename': 'checks.yml',
|
92 |
'workflow_name': 'Checks',
|
93 |
+
'workflow_path': '.github/workflows/checks.yml',
|
94 |
+
'changed_files': ["scrapy/crawler.py"],
|
95 |
+
'commit_link': "https://github.com/scrapy/scrapy/tree/0f71221cf9875ed8ef3400e1008408e79b6691e6"}
|
96 |
```
|