Skip to content

Commit

Permalink
Merge pull request #211 from TheKingTermux/renovate/actions-stale-7.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/stale action to v7
  • Loading branch information
TheKingTermux committed Dec 22, 2022
2 parents ef36996 + 090fa73 commit 088ada8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/batch_close_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
- uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Close everything older than 1 year
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v6
- uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Isu ini sudah tidak ada perkembangan'
Expand Down

0 comments on commit 088ada8

Please sign in to comment.