Skip to content

Commit

Permalink
Merge pull request #312 from hmcts/PAY-6982v4
Browse files Browse the repository at this point in the history
PAY-6982 stale.yml and version update
  • Loading branch information
koenigbrok authored Apr 26, 2024
2 parents ecfb8eb + 50d2259 commit c26a775
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .github/stale.yml

This file was deleted.

35 changes: 35 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -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'
4 changes: 2 additions & 2 deletions charts/ccpay-notifications-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/'

0 comments on commit c26a775

Please sign in to comment.