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
699d87a1
Commit
699d87a1
authored
Apr 25, 2025
by
muyangli
Browse files
chore: change the issue commenter to bot
parent
3e129c8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/close_inactive_issues.yaml
.github/workflows/close_inactive_issues.yaml
+1
-1
No files found.
.github/workflows/close_inactive_issues.yaml
View file @
699d87a1
...
...
@@ -18,7 +18,7 @@ jobs:
-
name
:
Check and close inactive issues
uses
:
actions/github-script@v6
with
:
github-token
:
${{secrets.G
H_ISSUE
_TOKEN}}
github-token
:
${{secrets.G
ITHUB
_TOKEN}}
script
:
|
const sixtyDaysAgo = new Date(Date.now() - 60 * 24 * 60 * 60 * 1000);
...
...
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