1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-01-01 11:31:19 +01:00

ci: fix stale issues job permissions; add workflow dispatch option

This commit is contained in:
2025-08-31 09:50:54 +02:00
committed by Klaus Wakonig
parent f1c3d77a45
commit fe67a4f325

View File

@@ -2,10 +2,14 @@ name: 'Close stale issues and PRs'
on:
schedule:
- cron: '00 10 * * *'
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
with: