...

Text file src/github.com/gobuffalo/flect/.github/workflows/standard-stale.yml

Documentation: github.com/gobuffalo/flect/.github/workflows

     1name: Standard Autocloser
     2
     3on:
     4  schedule:
     5    - cron: "30 1 * * *"
     6
     7jobs:
     8  call-standard-autocloser:
     9    name: Autocloser
    10    uses: gobuffalo/.github/.github/workflows/stale.yml@v1
    11    secrets: inherit

View as plain text