summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2024-03-05Update GitHub Actions (#2170)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-11-10Issue template: Reminder to include Compose/run + config (#2088)Josh Richards
Reports often come in lacking Compose files or run commands. Same goes for `config.php`. Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-05-28chore: update workflows from templates (#1993)Nextcloud Command Bot
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Co-authored-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-01-17🩹 fix deprecation warning: Node.js 12 actions are deprecated. (#1885)thomasmerz
* 🩹 fix deprecation warning: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@master Using version v3, latest or master: actions/checkout#689 Signed-off-by: Thomas Merz <git@rhoenwurz.de> * Update .github/workflows/update-sh.yml Co-authored-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: thomasmerz <thomasmerz@users.noreply.github.com> Signed-off-by: Thomas Merz <git@rhoenwurz.de> Signed-off-by: thomasmerz <thomasmerz@users.noreply.github.com> Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2022-11-26Update GitHub Actions to use new bashbrew action (#1861)Tianon Gravi
This should fix errors that the old code would've run into thanks to the update to Go 1.18, and should help prevent them in the future by pinning to a specific release of both Bashbrew and the related scripts. Signed-off-by: Tianon Gravi <admwiggin@gmail.com> Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2022-09-07Allow manual runJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-06-11Updating command-rebase.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14Create command-rebase.ymlJohn Molakvoæ
2022-04-13Add mandatory summary step for branches protectionJohn Molakvoæ
2021-04-26Add link for Nextcloud issues (#1486)J0WI
2021-04-26Add issue template (#1485)J0WI
2020-10-03The update-sh should also commit file removalsTilo Spannagel
For example here https://github.com/nextcloud/docker/tree/2161012fb80fd24ad85bcdf62d2dd77af1465333 the 20.0-rc dir is still there.
2020-08-28Runs after update.sh workflow.pierreozoux
It also does contain a cron, so no need here.
2020-08-28Runs update before testing a PR.pierreozoux
2020-08-28Does not fail when there is nothing to commit.pierreozoux
2020-08-28Run update.sh on PR and on cron.pierreozoux
Signed-off-by: pierreozoux <pierre@ozoux.net>
2020-06-30Replace Travis CI with GitHub actions (#939)Tilo Spannagel
* Test build images using github actions Signed-off-by: Tilo Spannagel <development@tilosp.de> * Check for Changes by update.sh using github actions Signed-off-by: Tilo Spannagel <development@tilosp.de> * Remove travis.yml Signed-off-by: Tilo Spannagel <development@tilosp.de>