From d7ade5d7d5f447ad60328e5c0e43f4a5aea92d7c Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Wed, 3 Apr 2024 18:52:45 +0530 Subject: [PATCH] Init --- .github/workflows/stale.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 00ab80e..ea5e558 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -6,7 +6,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: "*/10 5 * * *" + - cron: "*/10 5 * * *" jobs: stale: runs-on: ubuntu-latest @@ -14,13 +14,13 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v5 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 365 - 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 7 days.' - 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 7 days.' - close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.' - close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.' - exempt-issue-labels: 'Help Wanted, Good first issue, Never gets stale' - exempt-pr-labels: 'Help Wanted, Never gets stale' \ No newline at end of file + - uses: actions/stale@v5 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + days-before-stale: 365 + 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 7 days." + 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 7 days." + close-issue-message: "This issue was closed because it has been stalled for 7 days with no activity." + close-pr-message: "This PR was closed because it has been stalled for 7 days with no activity." + exempt-issue-labels: "Help Wanted, Good first issue, Never gets stale" + exempt-pr-labels: "Help Wanted, Never gets stale"