Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7074eb5 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge tag '4.1.0' into 1656-Update_to_upstream_4_1_0

parents 4613cddc e1f3cc39
Loading
Loading
Loading
Loading
Loading

.bundle/config

0 → 100644
+2 −0
Original line number Diff line number Diff line
---
BUNDLE_PATH: "vendor/bundle"
+1 −2
Original line number Diff line number Diff line
# These are supported funding model platforms

liberapay: stefan-niedermann
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K7HVLE6J7SXXA
custom: https://nextcloud.com/include/
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ labels: bug
Guidelines for submitting issues:

* Bug reports which do not fill the complete issue template will be closed.
* Please have a look at our [FAQ](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md)
* Please have a look at our [FAQ](https://github.com/nextcloud/notes-android/blob/main/FAQ.md)
* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
* This repository is *only* for issues within the Nextcloud Notes Android app
-->
+16 −10
Original line number Diff line number Diff line
# synced from @nextcloud/android-config
version: 2
updates:
- package-ecosystem: gradle
    -   package-ecosystem: "github-actions"
        directory: "/"
        schedule:
    interval: daily
  open-pull-requests-limit: 10
- package-ecosystem: github-actions
            interval: "weekly"
    -   package-ecosystem: gradle
        directory: "/"
        schedule:
            interval: daily
            time: "03:00"
            timezone: Europe/Paris
        rebase-strategy: "disabled"
        open-pull-requests-limit: 10
        labels:
            - 3. to review
            - dependencies
+4 −1
Original line number Diff line number Diff line
name: Android CI

on: [push, pull_request]
on:
  pull_request:
  push:
    branches: [ main, stable-* ]

permissions:
  contents: read
Loading