.github/workflows: only lock PRs, not issues.

This commit is contained in:
Érico Nogueira 2021-03-25 22:33:04 -03:00
parent 01b034211b
commit 5ff646870d

View file

@ -12,3 +12,4 @@ jobs:
with:
github-token: ${{ github.token }}
pr-lock-inactive-days: '90'
process-only: 'prs'