docker-emulatorjs/.github/workflows/call_issues_cron.yml
Adam dc7f76dac1
Rebase to 3.18, migrate to s6v3 (#47)
* 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>
2023-09-16 15:37:22 -04:00

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