Loading .bundle/config 0 → 100644 +2 −0 Original line number Diff line number Diff line --- BUNDLE_PATH: "vendor/bundle" .github/FUNDING.yml +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/ .github/ISSUE_TEMPLATE/bug_report.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 --> Loading .github/dependabot.yml +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 .github/workflows/android.yml +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 Loading
.bundle/config 0 → 100644 +2 −0 Original line number Diff line number Diff line --- BUNDLE_PATH: "vendor/bundle"
.github/FUNDING.yml +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/
.github/ISSUE_TEMPLATE/bug_report.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 --> Loading
.github/dependabot.yml +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
.github/workflows/android.yml +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