Skip to content

Commit

Permalink
Fix relative path to triage actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 2, 2024
1 parent 9988125 commit 41628f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
run: npm install --production

- name: 🔒 issues locker
uses: ./actions/locker
uses: ./locker
with:
ignoredLabel: priority
daysSinceClose: ${{ fromJson(inputs.daysSinceClose || 30) }}
daysSinceUpdate: ${{ fromJson(inputs.daysSinceUpdate || 30) }}

- name: 🔒 need info closer
uses: ./actions/needs-more-info-closer
uses: ./needs-more-info-closer
with:
label: 'need info'
closeDays: ${{ fromJson(inputs.daysBeforeClose || 30) }}
Expand Down

0 comments on commit 41628f8

Please sign in to comment.