mirror of
https://github.com/pi-hole/docs.git
synced 2026-04-19 08:17:59 +01:00
Streamline actions, format, clean up dependabot.yml
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
11
.github/workflows/stale_pr.yml
vendored
11
.github/workflows/stale_pr.yml
vendored
@@ -5,12 +5,11 @@ name: Close stale PR
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 10 * * *'
|
||||
- cron: "0 10 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
@@ -27,9 +26,9 @@ jobs:
|
||||
# Close PRs immediately, after marking them 'stale'
|
||||
days-before-pr-close: 0
|
||||
# only run the action on merge conflict PR
|
||||
any-of-labels: 'Merge Conflict'
|
||||
exempt-pr-labels: 'Internal, Never Stale, On Hold, WIP'
|
||||
any-of-labels: "Merge Conflict"
|
||||
exempt-pr-labels: "Internal, Never Stale, On Hold, WIP"
|
||||
exempt-all-pr-assignees: true
|
||||
operations-per-run: 300
|
||||
stale-pr-message: ''
|
||||
close-pr-message: 'Existing merge conflicts have not been addressed. This PR is considered abandoned.'
|
||||
stale-pr-message: ""
|
||||
close-pr-message: "Existing merge conflicts have not been addressed. This PR is considered abandoned."
|
||||
|
||||
Reference in New Issue
Block a user