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
-[Adding a New Action](#adding-a-new-action-to-the-allow-list)
9
+
-[Reviewing](#reviewing)
9
10
-[Adding a New Version](#adding-a-new-version-to-the-allow-list)
10
11
-[Manual Version Addition](#manual-addition-of-specific-versions)
11
12
-[Removing a Version](#removing-a-version-manually)
@@ -25,6 +26,8 @@ To contribute a GitHub Action to this repository:
25
26
- Any special considerations or limitations
26
27
3.**Create a pull request** to merge your branch into the main branch
27
28
29
+
## Reviewing
30
+
28
31
The Infrastructure team will review each proposed Action based on:
29
32
- Overall usefulness to the ASF community
30
33
- Maintenance complexity
@@ -33,6 +36,12 @@ The Infrastructure team will review each proposed Action based on:
33
36
34
37
Once approved, the Infrastructure team will merge the pull request and add the new Action to the list of available Actions for all ASF projects.
35
38
39
+
We highly appreciate contributed reviews, especially from people
40
+
associated with the projects that (would like to) use a particular
41
+
action, even if they're not committers on _this_ project: you're
42
+
especially qualified to judge and vouch for the safety and
43
+
correctness of the action.
44
+
36
45
## Available GitHub Actions
37
46
38
47
-[ASF Infrastructure Pelican Action](/pelican/README.md): Generate and publish project websites with GitHub Actions
@@ -133,4 +142,4 @@ existing/action:
133
142
134
143
The infrastructure team will prioritize these removal requests and may take additional steps to notify affected projects if necessary.
135
144
136
-
For 'regular' removals (not security responses), you can use `./utils/action-usage.sh someorg/theaction` to see if/how an action is still used anywhere in the ASF, and create a 'regular' PR removing it from `actions.yml` when it is no longer used.
145
+
For 'regular' removals (not security responses), you can use `./utils/action-usage.sh someorg/theaction` to see if/how an action is still used anywhere in the ASF, and create a 'regular' PR removing it from `actions.yml` (or adding an expiration date) when it is no longer used.
0 commit comments