diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index e819f219..00000000 --- a/.github/stale.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 7 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 4 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - dependencies -# 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. It will be closed if no further activity occurs. Thank you - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: > - This issue is being closed automatically as it was stale diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 00000000..6dd81512 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,35 @@ +# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. +# +# For more information, see: +# https://github.com/actions/stale +name: Mark stale issues and pull requests + +on: + schedule: + - cron: '0 7 * * *' + +jobs: + stale: + + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. + stale-pr-message: > + This pull request has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. + stale-issue-label: 'no-issue-activity' + stale-pr-label: 'no-pr-activity' + days-before-close: '7' + days-before-stale: '60' + exempt-pr-labels: 'keep_open' diff --git a/charts/ccpay-notifications-service/Chart.yaml b/charts/ccpay-notifications-service/Chart.yaml index 440390cc..4b7ca2fc 100644 --- a/charts/ccpay-notifications-service/Chart.yaml +++ b/charts/ccpay-notifications-service/Chart.yaml @@ -3,10 +3,10 @@ appVersion: "1.0" description: A Helm chart for notifications-service App name: ccpay-notifications-service home: https://github.com/hmcts/ccpay-notifications-service -version: 1.0.13 +version: 1.0.14 maintainers: - name: HMCTS Fees and Pay team dependencies: - name: java - version: 5.0.4 + version: 5.2.0 repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'