Skip to content

Commit 7da7cf2

Browse files
committed
Fixed typo in welcome-pr.yml & improved stale.yml config
1 parent 81d66f7 commit 7da7cf2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ jobs:
2626
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.'
2727
stale-issue-label: 'no-issue-activity'
2828
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

.github/workflows/welcome-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Welcome to the Microsoft Generative AI
1+
name: Welcome to the Microsoft Generative AI
22
on:
33
# Trigger the workflow on pull request
44
pull_request_target:
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88
pull-requests: write
99
jobs:
10-
asses-pull-request:
10+
assess-pull-request:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Add Label and thanks comment to Pull request
@@ -30,5 +30,5 @@ jobs:
3030
- name: Auto-assign issue
3131
uses: pozil/auto-assign-issue@v1
3232
with:
33-
repo-token: ${{ secrets.GITHUB_TOKEN }}
33+
repo-token: ${{ secrets.GITHUB_TOKEN }}
3434
assignees: koreyspace

0 commit comments

Comments
 (0)