Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update lock-stale-discussions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amyegan authored Oct 4, 2024
1 parent 2e5ae41 commit f47dc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock-stale-discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: get-stale-discussions
id: get-stale-discussions
run: |
staleDiscussionsQuery="repo:vercel/community updated:<$(date -d "-30days" -I) sort:updated-asc is:unlocked"
staleDiscussionsQuery="repo:vercel/community updated:<$(date -d "-1days" -I) sort:updated-asc is:unlocked"
discussions=$(gh api graphql -F searchQuery="$staleDiscussionsQuery" -f query='
query oldDiscussions($searchQuery: String!) {
Expand Down

0 comments on commit f47dc3a

Please sign in to comment.