Skip to content

Commit 277604d

Browse files
authored
Update README.md added info on submitting a GHA
1 parent 11cf4cd commit 277604d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
This repository hosts GitHub Actions developed by the ASF community and approved for any ASF top level project to use.
22

3-
**Note** - The <a href="https://infra.apache.org/roundtable.html" target="_blank">Infrastructure Roundtable</a> on July 3, 2024 will discuss how this repository will function--how to submit an Action, who approves Actions for inclusion, based on what, and who maintains them and responds when issues come up. Please check here after that date for more information.
3+
### Submitting an Action
4+
- Create a branch of the repository
5+
- In the branch, create a subdirectory for your proposed GHA (at the top level, select 'add file' and provide `/NameOfAction`)
6+
- In the subdirectory, add all the required files for your proposed GHA. Make sure to add a README file that says what the Action does, and any particular configurations or considerations a user would find helpful.
7+
- Create a pull request to merge the branch you created into the trunk of the repository.
8+
9+
Infra will review each proposeed Action for usefulness to the community and and estimate of difficulty of maintenance. Infra may raise questions in pull request comments.
10+
11+
Once everything seems in order, Infra will approve the pull request and add the new Action to the list of available Actions here, and on the Infra website.
412

513
### GH Actions available
614

0 commit comments

Comments
 (0)