From b3d7992c5a90d1649c26a8ac8b94b55781d73666 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 2 Jul 2020 12:46:30 -0500 Subject: [PATCH] making pretty --- .github/workflows/stale.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1144c733..cff0986d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,3 +1,9 @@ +--- +############################### +############################### +## StaleBot for Super-Linter ## +############################### +############################### on: schedule: # every day at 0:00 UTC @@ -5,10 +11,18 @@ on: issue_comment: types: [created, deleted, edited] -name: "services-stale[bot]" +################### +# Name of the Job # +################### +name: "Stale[bot]" +############### +# Run the job # +############### jobs: - + ####################### + # Mark an Issue Stale # + ####################### markstale: runs-on: ubuntu-latest # only run on schedule @@ -27,6 +41,9 @@ jobs: stale-pr-label: "O: stale 🤖" exempt-pr-label: "O: backlog 🤖" + ################## + # Mark not stale # + ################## marknotstale: runs-on: ubuntu-latest # do not run on schedule