...

Text file src/github.com/sethvargo/go-password/.github/workflows/lock.yml

Documentation: github.com/sethvargo/go-password/.github/workflows

     1name: Lock closed
     2on:
     3  schedule:
     4  - cron: '0 0 * * *'
     5
     6jobs:
     7  lock:
     8    runs-on: ubuntu-latest
     9    steps:
    10    - uses: dessant/lock-threads@v2
    11      with:
    12        github-token: '${{ github.token }}'
    13        issue-lock-inactive-days: 14
    14        issue-lock-comment: |-
    15          This issue has been automatically locked since there has not been any
    16          recent activity after it was closed. Please open a new issue for
    17          related bugs.
    18
    19        pr-lock-inactive-days: 14
    20        pr-lock-comment: |-
    21            This pull request has been automatically locked since there has not
    22            been any recent activity after it was closed. Please open a new
    23            issue for related bugs.

View as plain text