Skip to content

Commit dd4f7da

Browse files
authored
Update README.md (#224)
1 parent 7da5474 commit dd4f7da

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,31 @@ The Runner Container Hooks repo provides a set of packages that implement the co
33

44
More information on how to implement your own hooks can be found in the [adr](https://github.com/actions/runner/pull/1891). The `examples` folder provides example inputs for each hook.
55

6+
### Note
7+
8+
Thank you for your interest in this GitHub action, however, right now we are not taking contributions.
9+
10+
We continue to focus our resources on strategic areas that help our customers be successful while making developers' lives easier. While GitHub Actions remains a key part of this vision, we are allocating resources towards other areas of Actions and are not taking contributions to this repository at this time. The GitHub public roadmap is the best place to follow along for any updates on features we’re working on and what stage they’re in.
11+
12+
We are taking the following steps to better direct requests related to GitHub Actions, including:
13+
14+
1. We will be directing questions and support requests to our [Community Discussions area](https://github.com/orgs/community/discussions/categories/actions)
15+
16+
2. High Priority bugs can be reported through Community Discussions or you can report these to our support team https://support.github.com/contact/bug-report.
17+
18+
3. Security Issues should be handled as per our [security.md](security.md)
19+
20+
We will still provide security updates for this project and fix major breaking changes during this time.
21+
22+
You are welcome to still raise bugs in this repo.
23+
624
## Background
725

826
Three projects are included in the `packages` folder
927
- k8s: A kubernetes hook implementation that spins up pods dynamically to run a job. More details can be found in the [readme](./packages/k8s/README.md)
1028
- docker: A hook implementation of the runner's docker implementation. More details can be found in the [readme](./packages/docker/README.md)
1129
- hooklib: a shared library which contains typescript definitions and utilities that the other projects consume
1230

13-
### Requirements
14-
15-
We welcome contributions. See [how to contribute to get started](./CONTRIBUTING.md).
16-
1731
## License
1832

1933
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.md) for the full terms.
@@ -28,4 +42,4 @@ Find a bug? Please file an issue in this repository using the issue templates.
2842

2943
## Code of Conduct
3044

31-
See our [Code of Conduct](./CODE_OF_CONDUCT.MD)
45+
See our [Code of Conduct](./CODE_OF_CONDUCT.MD)

0 commit comments

Comments
 (0)