From 7602148eb83a5efdb979d13d88b0748e223da32c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 26 Jan 2022 22:40:58 +0100 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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