...

Text file src/github.com/linkerd/linkerd2/.github/workflows/lock.yml

Documentation: github.com/linkerd/linkerd2/.github/workflows

     1name: "Lock Threads"
     2
     3on:
     4  schedule:
     5    - cron: "0 1 * * *"
     6
     7permissions:
     8  issues: write
     9
    10jobs:
    11  action:
    12    runs-on: ubuntu-22.04
    13    steps:
    14      - uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771
    15        with:
    16          issue-inactive-days: "30"
    17          process-only: "issues"

View as plain text