mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
change stale issue and discussion handling to run once a week (#120)
This commit is contained in:
@@ -95,8 +95,8 @@ jobs:
|
|||||||
# chmod a+x builder
|
# chmod a+x builder
|
||||||
# ./builder build -p ${{ env.PACKAGE_NAME }} --target=linux-${{ matrix.arch }} --spec=downstream
|
# ./builder build -p ${{ env.PACKAGE_NAME }} --target=linux-${{ matrix.arch }} --spec=downstream
|
||||||
|
|
||||||
windows-vc16:
|
windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: cmd # use CMD instead of powershell to catch error from bat script
|
shell: cmd # use CMD instead of powershell to catch error from bat script
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: HandleStaleDiscussions
|
name: HandleStaleDiscussions
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */4 * * *'
|
- cron: "0 9 * * 1"
|
||||||
discussion_comment:
|
discussion_comment:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: "Close stale issues"
|
|||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "*/60 * * * *"
|
- cron: "0 9 * * 1"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|||||||
Reference in New Issue
Block a user