mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 05:02:15 -05:00
making pretty
This commit is contained in:
parent
6ac941f981
commit
b3d7992c5a
1 changed files with 19 additions and 2 deletions
21
.github/workflows/stale.yml
vendored
21
.github/workflows/stale.yml
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
---
|
||||||
|
###############################
|
||||||
|
###############################
|
||||||
|
## StaleBot for Super-Linter ##
|
||||||
|
###############################
|
||||||
|
###############################
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# every day at 0:00 UTC
|
# every day at 0:00 UTC
|
||||||
|
@ -5,10 +11,18 @@ on:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created, deleted, edited]
|
types: [created, deleted, edited]
|
||||||
|
|
||||||
name: "services-stale[bot]"
|
###################
|
||||||
|
# Name of the Job #
|
||||||
|
###################
|
||||||
|
name: "Stale[bot]"
|
||||||
|
|
||||||
|
###############
|
||||||
|
# Run the job #
|
||||||
|
###############
|
||||||
jobs:
|
jobs:
|
||||||
|
#######################
|
||||||
|
# Mark an Issue Stale #
|
||||||
|
#######################
|
||||||
markstale:
|
markstale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# only run on schedule
|
# only run on schedule
|
||||||
|
@ -27,6 +41,9 @@ jobs:
|
||||||
stale-pr-label: "O: stale 🤖"
|
stale-pr-label: "O: stale 🤖"
|
||||||
exempt-pr-label: "O: backlog 🤖"
|
exempt-pr-label: "O: backlog 🤖"
|
||||||
|
|
||||||
|
##################
|
||||||
|
# Mark not stale #
|
||||||
|
##################
|
||||||
marknotstale:
|
marknotstale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# do not run on schedule
|
# do not run on schedule
|
||||||
|
|
Loading…
Reference in a new issue