You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -94,10 +94,10 @@ jobs:
94
94
issues: write
95
95
96
96
steps:
97
-
- uses: actions/checkout@v3
97
+
- uses: actions/checkout@v4
98
98
99
99
- name: Run stale_repos tool
100
-
uses: github/stale-repos@v1
100
+
uses: github/stale-repos@v2
101
101
env:
102
102
GH_TOKEN: ${{ secrets.GH_TOKEN }}
103
103
ORGANIZATION: ${{ secrets.ORGANIZATION }}
@@ -109,7 +109,7 @@ jobs:
109
109
# This next step updates an existing issue. If you want a new issue every time, remove this step and remove the `issue-number: ${{ env.issue_number }}` line below.
110
110
- name: Check for the stale report issue
111
111
run: |
112
-
ISSUE_NUMBER=$(gh search issues "Stalerepositoryreport" --match title --json number --jq ".[0].number")
112
+
ISSUE_NUMBER=$(gh search issues "Stale-repository-report" --match title --json number --jq ".[0].number")
0 commit comments