Skip to content

Commit

Permalink
Merge pull request #51 from WenjieDu/(feat)update_actions
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
WenjieDu authored Feb 3, 2025
2 parents 6722584 + 50814d2 commit 327772d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.ACCESS_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hi there 👋,
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
with:
stale-issue-message: 'This issue had no activity for **14 days**. It will be closed in **1 week** unless there is some new activity. Is this issue already resolved?'
stale-issue-label: 'stale'
exempt-issue-labels: 'bug,enhancement,good first issue,keep'
exempt-issue-labels: bug, enhancement, new feature, new algo, good first issue, keep
exempt-pr-labels: bug, enhancement, new feature, new algo, keep
stale-pr-message: 'This pull request had no activity for **14 days**. It will be closed in **1 week** unless there is some new activity.'
stale-pr-label: 'stale'
days-before-stale: 14
Expand Down

0 comments on commit 327772d

Please sign in to comment.