From 1c73b59eded4b9c47a5cba0fb26814a29ffe7d59 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Mon, 25 Sep 2023 11:31:05 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b26ceb8..a83aec5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# GitHub First Party Actions Cache +## GitHub First Party Actions Cache This repository contains the code and scripts responsible for caching actions locally on a GitHub [Actions Runner](https://github.com/actions/runner). @@ -15,5 +15,13 @@ Preview versions are intentionally excluded. For example: `v2-beta` Optional args may be supplied to control which refs are included. See `script/add-action.sh --help` for more info. -### Contributing +## License + +This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.txt) for the full terms. + +## Maintainers + +[CODEOWNERS](./CODEOWNERS) + +## Contributing See the [contribution guide](../github/CONTRIBUTING.MD). Currently we are not taking requests for non first party actions to be added at this time.