Skip to content

Commit f28e40c

Browse files
authored
Merge pull request #610 from actions/nebuk89-patch-1
Update README.md
2 parents 5ee2b97 + 1ae9958 commit f28e40c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@
77
This action makes it easy to quickly write a script in your workflow that
88
uses the GitHub API and the workflow run context.
99

10+
### Note
11+
12+
Thank you for your interest in this GitHub action, however, right now we are not taking contributions.
13+
14+
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.
15+
16+
We are taking the following steps to better direct requests related to GitHub Actions, including:
17+
18+
1. We will be directing questions and support requests to our [Community Discussions area](https://github.com/orgs/community/discussions/categories/actions)
19+
20+
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.
21+
22+
3. Security Issues should be handled as per our [security.md](security.md)
23+
24+
We will still provide security updates for this project and fix major breaking changes during this time.
25+
26+
You are welcome to still raise bugs in this repo.
27+
28+
### This action
29+
1030
To use this action, provide an input named `script` that contains the body of an asynchronous JavaScript function call.
1131
The following arguments will be provided:
1232

0 commit comments

Comments
 (0)