Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
c80de1e6
Commit
c80de1e6
authored
Jul 08, 2025
by
Muyang Li
Browse files
[Auto Merge] chore: add a workflow to reopen the inactive issues
parents
0073b06c
59eaa029
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/close-inactive-issues.yaml
.github/workflows/close-inactive-issues.yaml
+1
-1
.github/workflows/reopen-issues.yaml
.github/workflows/reopen-issues.yaml
+1
-1
No files found.
.github/workflows/close-inactive-issues.yaml
View file @
c80de1e6
...
@@ -69,7 +69,7 @@ jobs:
...
@@ -69,7 +69,7 @@ jobs:
owner,
owner,
repo,
repo,
issue_number: issue.number,
issue_number: issue.number,
body: 'This issue has been automatically closed due to 30-day inactivity. Please feel free to reopen it with `/reopen` if needed.'
body: 'This issue has been automatically closed due to 30-day inactivity. Please feel free to reopen it with
\
`/reopen
\
` if needed.'
});
});
console.log(`Closed issue #${issue.number} due to inactivity.`);
console.log(`Closed issue #${issue.number} due to inactivity.`);
} catch (error) {
} catch (error) {
...
...
.github/workflows/reopen-issues.yaml
View file @
c80de1e6
...
@@ -50,7 +50,7 @@ jobs:
...
@@ -50,7 +50,7 @@ jobs:
owner,
owner,
repo,
repo,
issue_number: issueNumber,
issue_number: issueNumber,
body: `Issue reopened by @${commentAuthor} via /reopen command.`,
body: `Issue reopened by @${commentAuthor} via
\`
/reopen
\`
command.`,
});
});
console.log(`Reopened issue #${issueNumber} with 'inactive' label by issuer.`);
console.log(`Reopened issue #${issueNumber} with 'inactive' label by issuer.`);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment