Skip to content

Commit

Permalink
Merge pull request #233 from mnixo/#232/stale-workflow-input
Browse files Browse the repository at this point in the history
#232/stale workflow input
  • Loading branch information
camelPhonso committed Jun 1, 2024
2 parents 8c3bc39 + 7378aa2 commit 7502d20
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ permissions:

jobs:
stale:
env:
repo-token: ${{secrets.GITHUB_TOKEN}}
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

# stale and delete issues
stale-issue-message: '🤖 meep morp! This Issue is now marked as stale because there has been no activity for a while. The Issue may be unassigned and moved to the Backlog or it will get deleted if there is no activity in the next 7 days.'
close-issue-message: '🤖 meep morp :( This Issue has been closed because it was stale for 7 days.'
Expand Down

0 comments on commit 7502d20

Please sign in to comment.