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

Commit

Permalink
Test locking only PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhandley authored Dec 9, 2023
1 parent e97c073 commit 6db8f02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/locker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Run Locker
uses: ./actions/locker
with:
daysSinceClose: ${{ fromJson(inputs.daysSinceClose || 0) }}
daysSinceUpdate: ${{ fromJson(inputs.daysSinceUpdate || 0) }}
typeIs: issue
daysSinceClose: ${{ fromJson(inputs.daysSinceClose || 30) }}
daysSinceUpdate: ${{ fromJson(inputs.daysSinceUpdate || 30) }}
typeIs: pr

0 comments on commit 6db8f02

Please sign in to comment.