update workflows
All checks were successful
renovate / renovate (push) Successful in 16s
test-build / build (push) Successful in 58s

This commit is contained in:
2025-06-10 16:15:10 -05:00
parent 20669d9766
commit dbb0f6d7ff
4 changed files with 72 additions and 208 deletions

View File

@@ -0,0 +1,36 @@
name: process-issues
on:
schedule:
- cron: '@daily'
workflow_dispatch:
jobs:
process-issues:
runs-on: ubuntu-latest
steps:
- name: Checkout Python Script
uses: actions/checkout@v4
with:
repository: 'alexlebens/workflow-scripts'
path: './scripts'
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install dependencies
run: pip install requests
- name: Run Script
env:
INSTANCE_URL: ${{ vars.INSTANCE_URL }}
REPOSITORY: ${{ gitea.repository }}
TOKEN: ${{ secrets.BOT_TOKEN }}
STALE_DAYS: 3
STALE_TAG: 'stale'
EXCLUDE_TAG: 'renovate'
REQUIRED_TAG: ''
run: python ./scripts/scripts/process-issues.py