diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 67e09ddad..b8ee47112 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,8 +1,10 @@ -# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. +# This workflow warns and then closes issues and PRs +# that have had no activity for a specified amount of time. # # You can adjust the behavior by modifying this file. # For more information, see: # https://github.com/actions/stale +--- name: Mark stale issues and pull requests on: @@ -11,7 +13,6 @@ on: jobs: stale: - runs-on: ubuntu-latest permissions: issues: write