Skip to content

Commit

Permalink
Merge pull request #2286 from marunjar/ci_changes
Browse files Browse the repository at this point in the history
ci changes
  • Loading branch information
marunjar authored May 12, 2024
2 parents 64a3abe + 417762c commit e2f74dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: set up Java 11
- name: set up Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: set up Java 11
- name: set up Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-label: 'inactive'
stale-pr-label: 'inactive'
days-before-stale: 60
days-before-close: 14
days-before-issue-stale: 180
days-before-issue-close: 365
stale-pr-message: |-
This PR is inactive because it has been open 60 days with no activity.
Remove `inactive` label or comment or this will be closed in 14 days.'
close-issue-message: |-
This issue has been closed automatically. Please see https://github.com/Neamar/KISS/issues/1688 for details.
Thank you for your contributions.
ascending: true

0 comments on commit e2f74dc

Please sign in to comment.