Skip to content

Commit a3aa746

Browse files
committed
fix linter issues
1 parent 222835b commit a3aa746

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# InnerSource Crawler
2+
23
![.github/workflows/linter.yml](https://github.com/zkoppert/innersource-crawler/actions/workflows/linter.yml/badge.svg) ![CodeQL](https://github.com/zkoppert/innersource-crawler/actions/workflows/codeql-analysis.yml/badge.svg)
34

45
This project creates a `repos.json` that can be utilized by the [SAP InnerSource Portal][SAP-InnerSource-Portal]. The current approach assumes that the repos that you want to show in the portal are available in a GitHub organization, and that they all are tagged with a certain _topic_.
56

67
## Support
8+
79
If you need support using this project or have questions about it, please [open up an issue in this repository](https://github.com/zkoppert/innersource-crawler/issues). Requests made directly to GitHub staff or support team will be redirected here to open an issue. GitHub SLA's and support/services contracts do not apply to this repository.
810

911
## Use as a GitHub Action
@@ -15,6 +17,7 @@ Note: Your GitHub token will need to have read/write access to all the repositor
1517
1. Don't forget to do something with the resulting `repos.json` file. You can [move it to another repository](https://github.com/marketplace/actions/push-a-file-to-another-repository) if needed or [save it as a build artifact](https://github.com/actions/upload-artifact). This will all depend on what you are doing with it and what repository you are running this action out of.
1618

1719
### Example workflow
20+
1821
```yaml
1922
name: InnerSource repo crawler
2023

@@ -54,4 +57,5 @@ jobs:
5457
[SAP-InnerSource-Portal]: https://github.com/sap/project-portal-for-InnerSource
5558

5659
## License
60+
5761
[MIT](LICENSE)

0 commit comments

Comments
 (0)