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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@
7
7
This action makes it easy to quickly write a script in your workflow that
8
8
uses the GitHub API and the workflow run context.
9
9
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
+
10
30
To use this action, provide an input named `script` that contains the body of an asynchronous JavaScript function call.
0 commit comments