remove dispatch
All checks were successful
test-build / build (push) Successful in 39s
process-issues / process-issues (push) Successful in 7s
process-pull-requests / process-pull-requests (push) Successful in 7s
renovate / renovate (push) Successful in 1m31s

This commit is contained in:
2025-06-10 16:43:37 -05:00
parent 2ca7d6705d
commit 9134e78e8a
2 changed files with 0 additions and 5 deletions

View File

@@ -4,8 +4,6 @@ on:
schedule:
- cron: '@daily'
workflow_dispatch:
jobs:
process-issues:
runs-on: ubuntu-latest

View File

@@ -4,8 +4,6 @@ on:
schedule:
- cron: '@daily'
workflow_dispatch:
jobs:
process-pull-requests:
runs-on: ubuntu-latest
@@ -33,6 +31,5 @@ jobs:
TOKEN: ${{ secrets.BOT_TOKEN }}
STALE_DAYS: 3
STALE_TAG: 'stale'
EXCLUDE_TAG: ''
REQUIRED_TAG: 'automerge'
run: python ./scripts/scripts/process-pull-requests.py