Skip to content

Commit

Permalink
Tidy build files
Browse files Browse the repository at this point in the history
  • Loading branch information
linusnorton authored Apr 30, 2024
1 parent e81ed57 commit 6432f94
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 60 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>hmcts/.github:renovate-config",
"local>hmcts/.github//renovate/automerge-minor"
],
"automergeSchedule": ["after 8am and before 5pm every weekday"]
}
18 changes: 0 additions & 18 deletions .github/stale.yml

This file was deleted.

36 changes: 36 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and pull requests

on:
schedule:
- cron: '0 3 * * *'

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: 'stale'
stale-pr-label: 'stale'
days-before-close: '0'
days-before-stale: '5'
exempt-pr-labels: 'pinned'
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

18 changes: 0 additions & 18 deletions renovate.json

This file was deleted.

0 comments on commit 6432f94

Please sign in to comment.