mirror of
https://github.com/linuxserver/docker-emulatorjs.git
synced 2026-03-09 00:04:53 +08:00
* Rebase to 3.17, migrate to s6v3 * Add ipfs migrations. * Brackets * Add build-base for arm builds * Rebase to 3.18, deprecate armhf * Fix mismerge of jenkinsfile * Make dockerfiles consistent * Update changelog date * need to use old go to build some of the migrations and ingest chdman from alpine testing repos * add build deps for aarch64 --------- Co-authored-by: ryan.kuba <ryan.kuba@kasmweb.com>
14 lines
282 B
YAML
14 lines
282 B
YAML
name: Mark stale issues and pull requests
|
|
on:
|
|
schedule:
|
|
- cron: '56 4 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
stale:
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
|
|
secrets: inherit
|