File tree 3 files changed +24
-3
lines changed
3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ # For Python dependencies
4
+ - package-ecosystem : " pip"
5
+ directory : " /" # Location of the requirements.txt file
6
+ schedule :
7
+ interval : " weekly"
8
+
9
+ # For Node.js dependencies
10
+ - package-ecosystem : " npm"
11
+ directory : " /" # Location of the package.json file
12
+ schedule :
13
+ interval : " weekly"
14
+
15
+ # Optional: For GitHub Actions dependencies
16
+ - package-ecosystem : " github-actions"
17
+ directory : " /" # Location of the .github/workflows directory
18
+ schedule :
19
+ interval : " weekly"
Original file line number Diff line number Diff line change 26
26
stale-pr-message : ' This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date.'
27
27
stale-issue-label : ' no-issue-activity'
28
28
stale-pr-label : ' no-pr-activity'
29
+ days-before-stale : 30 # Added parameter to control inactivity period
30
+ days-before-close : 7 # Optional: Time after marking stale before closing
Original file line number Diff line number Diff line change 1
- name : Welcome to the Microsoft Generative AI
1
+ name : Welcome to the Microsoft Generative AI
2
2
on :
3
3
# Trigger the workflow on pull request
4
4
pull_request_target :
@@ -7,7 +7,7 @@ permissions:
7
7
contents : read
8
8
pull-requests : write
9
9
jobs :
10
- asses -pull-request :
10
+ assess -pull-request :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Add Label and thanks comment to Pull request
30
30
- name : Auto-assign issue
31
31
uses : pozil/auto-assign-issue@v1
32
32
with :
33
- repo-token : ${{ secrets.GITHUB_TOKEN }}
33
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
34
34
assignees : koreyspace
You can’t perform that action at this time.
0 commit comments