mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue