triage-issues.yml: update to match main configuration

This commit is contained in:
BrewTestBot 2021-09-28 16:29:22 +00:00
parent 6eeff8d70d
commit 7c97a26fc1
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -74,10 +74,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Lock Outdated Threads - name: Lock Outdated Threads
uses: dessant/lock-threads@f1a42f0f44eb83361d617a014663e1a76cf282d2 uses: dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
issue-lock-inactive-days: 30 issue-inactive-days: 30
issue-lock-labels: outdated add-issue-labels: outdated
pr-lock-inactive-days: 30 pr-inactive-days: 30
pr-lock-labels: outdated add-pr-labels: outdated