Skip to content

Commit

Permalink
Merge pull request #1320 from corda/alex/DA5-15-recurring-merge-2
Browse files Browse the repository at this point in the history
# Changes
- Merge `release/os/5.1`
- Bump API version to 25
  • Loading branch information
ac101m authored Nov 7, 2023
2 parents 44b9561 + 8753141 commit 3854c4f
Show file tree
Hide file tree
Showing 41 changed files with 6,457 additions and 153 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/remove-stale-branches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'Remove stale branches'
on:
schedule:
- cron: '0 0 * * 1-5'

jobs:
remove-stale-branches:
name: Remove stale branches
runs-on: ubuntu-latest
steps:
- uses: fpicalausa/[email protected]
with:
dry-run: true
days-before-branch-stale: 30
days-before-branch-delete: 14
stale-branch-message: "@{author} The branch [{branchName}]({branchUrl}) hasn't been updated in the last 30 days and is marked as stale. It will be removed in 14 days.\r\nIf you want to keep this branch around, delete this comment or add new commits to this branch."
exempt-protected-branches: true
exempt-branches-regex: "^(release\\/|feature\\/|poc\\/).*"
operations-per-run: 30
1 change: 1 addition & 0 deletions application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'corda-api.common-library'
id 'corda.common-publishing'
id 'corda.java-only'
id 'corda.api-scanner'
}

description 'Corda Application'
Expand Down
Loading

0 comments on commit 3854c4f

Please sign in to comment.