Commit 699d87a1 authored by muyangli's avatar muyangli
Browse files

chore: change the issue commenter to bot

parent 3e129c8c
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
- name: Check and close inactive issues - name: Check and close inactive issues
uses: actions/github-script@v6 uses: actions/github-script@v6
with: with:
github-token: ${{secrets.GH_ISSUE_TOKEN}} github-token: ${{secrets.GITHUB_TOKEN}}
script: | script: |
const sixtyDaysAgo = new Date(Date.now() - 60 * 24 * 60 * 60 * 1000); const sixtyDaysAgo = new Date(Date.now() - 60 * 24 * 60 * 60 * 1000);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment