Skip to content

Commit

Permalink
Merge branch 'mojohaus:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
prodj17 committed Jul 14, 2022
2 parents 93bf1de + fffbc13 commit d911485
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/stale.yml
@@ -1,4 +1,4 @@
name: 'Close stale PR'
name: 'Close stale PR and Issues'
on:
schedule:
- cron: '30 1 * * *'
Expand All @@ -9,7 +9,10 @@ jobs:
steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This PR is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
days-before-stale: 365
days-before-pr-stale: 365
days-before-pr-close: 30
stale-issue-message: 'This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
days-before-issue-stale: 365
days-before-issue-close: 30

2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>68</version>
<version>69</version>
</parent>

<artifactId>versions-maven-plugin</artifactId>
Expand Down

0 comments on commit d911485

Please sign in to comment.