diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index cd1576ac17..cd289a17ab 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,8 +1,5 @@ -# These are supported funding model platforms - -github: radarr -patreon: # Replace with a single Patreon username -open_collective: radarr -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -custom: # Replace with a single custom sponsorship URL +# Aletheia is a fork of Radarr. To support upstream development: +# - GitHub Sponsors: https://github.com/sponsors/radarr +# - Open Collective: https://opencollective.com/radarr +# +# Aletheia sponsorship links will be added once the project ships. diff --git a/.github/stale.yml b/.github/stale.yml index 843a6a7561..8dbe974bc8 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,14 +7,11 @@ exemptLabels: - feature request #legacy - 'Type: Feature Request' - 'Status: Confirmed' - - sonarr-pull - - lidarr-pull - - readarr-pull # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > - This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Otherwise this issue will be closed. + This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Aletheia and report back. Otherwise this issue will be closed. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false only: issues diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 774d5f135b..7795394589 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -6,7 +6,7 @@ name: Trivy Security Scan on: push: - branches: [develop, main] + branches: [develop, master] pull_request: branches: [develop] schedule: @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v6 - name: Run Trivy filesystem scanner - uses: aquasecurity/trivy-action@master + uses: aquasecurity/trivy-action@0.33.1 with: scan-type: 'fs' scan-ref: '.'