Browse Source

Merge branch 'master' into nidhi_accordian_fix

Nidhi Bhat G 2 years ago
parent
commit
4f904f6ae0

+ 5 - 5
.github/workflows/autoclose-stale.yml

@@ -9,13 +9,13 @@ jobs:
     steps:
       - uses: actions/stale@v3
         with:
-          stale-issue-message: 'This issue is stale because it has been open 30 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 5 days.'
+          stale-issue-message: 'This issue is stale because it has been open 30 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days.'
           days-before-stale: 30
-          days-before-close: 5
-          exempt-issue-labels: 'roadmap,good first issue'
+          days-before-close: 10
+          exempt-issue-labels: 'Prevent stale,Good first issue'
 
-          stale-pr-message: 'This PR is stale because it has been open 45 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 10 days.'
-          exempt-pr-labels: 'roadmap'
+          stale-pr-message: 'This PR is stale because it has been open 45 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days.'
+          exempt-pr-labels: 'Prevent stale'
           days-before-pr-stale: 45
           days-before-pr-close: 10
 

File diff suppressed because it is too large
+ 2 - 2
desktop/core/ext-py/djangorestframework-3.9.4/rest_framework/static/rest_framework/js/bootstrap.min.js


Some files were not shown because too many files changed in this diff