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: examples/workflows/issue-cleanup/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,5 @@ To adapt this to your own repository:
20
20
21
21
1. Copy `gemini-issue-cleanup.yml` to your repository's `.github/workflows/` directory.
22
22
2. Update the search string in the `Find old issues for cleanup` step in `gemini-issue-cleanup.yml` to match your repository's labels.
23
-
3. Copy `gemini-issue-cleanup.toml` to your `.github/commands/` directory.
23
+
3. Configure the `maintainers` input in `gemini-issue-cleanup.yml` (either via the workflow dispatch inputs or by setting the `MAINTAINERS` repository variable) to explicitly list which users count as maintainers for the staleness check.
24
+
4. Copy `gemini-issue-cleanup.toml` to your `.github/commands/` directory.
0 commit comments