Streamline actions, format, clean up dependabot.yml

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-03-30 18:04:25 +03:00
parent 4f1587f37b
commit c2a5d26bb3
6 changed files with 29 additions and 69 deletions

View File

@@ -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."