remove dispatch
This commit is contained in:
@@ -4,8 +4,6 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '@daily'
|
- cron: '@daily'
|
||||||
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
process-issues:
|
process-issues:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@@ -4,8 +4,6 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '@daily'
|
- cron: '@daily'
|
||||||
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
process-pull-requests:
|
process-pull-requests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -33,6 +31,5 @@ jobs:
|
|||||||
TOKEN: ${{ secrets.BOT_TOKEN }}
|
TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||||
STALE_DAYS: 3
|
STALE_DAYS: 3
|
||||||
STALE_TAG: 'stale'
|
STALE_TAG: 'stale'
|
||||||
EXCLUDE_TAG: ''
|
|
||||||
REQUIRED_TAG: 'automerge'
|
REQUIRED_TAG: 'automerge'
|
||||||
run: python ./scripts/scripts/process-pull-requests.py
|
run: python ./scripts/scripts/process-pull-requests.py
|
||||||
|
Reference in New Issue
Block a user