Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritika-K7 committed Apr 6, 2024
2 parents 37ffdd2 + 8919871 commit 7e0aa65
Show file tree
Hide file tree
Showing 106 changed files with 14,974 additions and 1,665 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'Close stale pull requests'

on:
schedule:
- cron: '30 19 * * *' # Schedule for 7:30 PM every day
workflow_dispatch:

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
stale-pr-message: 'This pull request has been open for more than 60 days without any activity. It will be closed in 3 days unless the `stale` label is removed or commented on.'
close-pr-message: 'Closed pull request due to inactivity for more than 63 days.'
days-before-pr-stale: 60 # Number of days before a PR is considered stale
days-before-pr-close: 3 # Number of days after a stale PR before it is closed
days-before-issue-stale: -1 # Not managing stale issues
days-before-issue-close: -1 # Not managing stale issues
Loading

0 comments on commit 7e0aa65

Please sign in to comment.