12 if: vars.ISSUE_LOCKDOWN
13 runs-on: ubuntu-latest
15 - name: "Lock new issue"
17 GH_TOKEN: ${{ github.token }}
18 ISSUE_NUMBER: ${{ github.event.issue.number }}
19 REPOSITORY: ${{ github.repository }}
21 gh issue lock "${ISSUE_NUMBER}" -R "${REPOSITORY}"