You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,31 @@ The Runner Container Hooks repo provides a set of packages that implement the co
3
3
4
4
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.
5
5
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
+
6
24
## Background
7
25
8
26
Three projects are included in the `packages` folder
9
27
- 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)
10
28
- docker: A hook implementation of the runner's docker implementation. More details can be found in the [readme](./packages/docker/README.md)
11
29
- hooklib: a shared library which contains typescript definitions and utilities that the other projects consume
12
30
13
-
### Requirements
14
-
15
-
We welcome contributions. See [how to contribute to get started](./CONTRIBUTING.md).
16
-
17
31
## License
18
32
19
33
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.
0 commit comments