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
|`ACTIVITY_METHOD`| false |`"pushed"`| How to get the last active date of the repository. Defaults to `pushed`, which is the last time any branch had a push. Can also be set to `default_branch_updated` to instead measure from the latest commit on the default branch (good for filtering out dependabot ) |
66
-
|`GH_ENTERPRISE_URL`| false |`""`| URL of GitHub Enterprise instance to use for auth instead of github.com |
67
-
|`INACTIVE_DAYS`| true || The number of days used to determine if repository is stale, based on `push` events |
68
-
|`EXEMPT_REPOS`| false || Comma separated list of repositories to exempt from being flagged as stale. Supports Unix shell-style wildcards. ie. `EXEMPT_REPOS = "stale-repos,test-repo,conf-*"`|
69
-
|`EXEMPT_TOPICS`| false || Comma separated list of topics to exempt from being flagged as stale |
70
-
|`ORGANIZATION`| false || The organization to scan for stale repositories. If no organization is provided, this tool will search through repositories owned by the GH_TOKEN owner |
71
-
|`ADDITIONAL_METRICS`| false || Configure additional metrics like days since last release or days since last pull request. This allows for more detailed reporting on repository activity. To include both metrics, set `ADDITIONAL_METRICS: "release,pr"`|
72
-
|`SKIP_EMPTY_REPORTS`| false |`true`| Skips report creation when no stale repositories are identified. Setting this input to `false` means reports are always created, even when they contain no results. |
73
-
|`WORKFLOW_SUMMARY_ENABLED`| false |`false`| When set to `true`, automatically adds the stale repository report to the GitHub Actions workflow summary. This eliminates the need to manually add a step to display the Markdown content in the workflow summary. |
|`ACTIVITY_METHOD`| false |`"pushed"`| How to get the last active date of the repository. Defaults to `pushed`, which is the last time any branch had a push. Can also be set to `default_branch_updated` to instead measure from the latest commit on the default branch (good for filtering out dependabot ) |
66
+
|`GH_ENTERPRISE_URL`| false |`""`| URL of GitHub Enterprise instance to use for auth instead of github.com |
67
+
|`INACTIVE_DAYS`| true || The number of days used to determine if repository is stale, based on `push` events |
68
+
|`EXEMPT_REPOS`| false || Comma separated list of repositories to exempt from being flagged as stale. Supports Unix shell-style wildcards. ie. `EXEMPT_REPOS = "stale-repos,test-repo,conf-*"`|
69
+
|`EXEMPT_TOPICS`| false || Comma separated list of topics to exempt from being flagged as stale |
70
+
|`ORGANIZATION`| false || The organization to scan for stale repositories. If no organization is provided, this tool will search through repositories owned by the GH_TOKEN owner |
71
+
|`ADDITIONAL_METRICS`| false || Configure additional metrics like days since last release or days since last pull request. This allows for more detailed reporting on repository activity. To include both metrics, set `ADDITIONAL_METRICS: "release,pr"`|
72
+
|`SKIP_EMPTY_REPORTS`| false |`true`| Skips report creation when no stale repositories are identified. Setting this input to `false` means reports are always created, even when they contain no results. |
73
+
|`WORKFLOW_SUMMARY_ENABLED`| false |`false`| When set to `true`, automatically adds the stale repository report to the GitHub Actions workflow summary. This eliminates the need to manually add a step to display the Markdown content in the workflow summary.|
0 commit comments