File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 persist-credentials : false
2525 - name : Run stale_repos tool
26- uses : docker://ghcr.io/github/stale_repos:v5
26+ uses : docker://ghcr.io/github/stale_repos:v6
2727 env :
2828 GH_TOKEN : ${{ secrets.GH_TOKEN }}
2929 ORGANIZATION : github
Original file line number Diff line number Diff line change 9898 - uses : actions/checkout@v4
9999
100100 - name : Run stale_repos tool
101- uses : github/stale-repos@v3
101+ uses : github/stale-repos@v6
102102 env :
103103 GH_TOKEN : ${{ secrets.GH_TOKEN }}
104104 ORGANIZATION : ${{ secrets.ORGANIZATION }}
@@ -147,7 +147,7 @@ jobs:
147147
148148 steps:
149149 - name: Run stale_repos tool
150- uses: github/stale-repos@v3
150+ uses: github/stale-repos@v6
151151 env:
152152 GH_TOKEN: ${{ secrets.GH_TOKEN }}
153153 ORGANIZATION: ${{ secrets.ORGANIZATION }}
@@ -275,7 +275,7 @@ jobs:
275275 - uses: actions/checkout@v4
276276
277277 - name: Run stale_repos tool
278- uses: github/stale-repos@v3
278+ uses: github/stale-repos@v6
279279 env:
280280 GH_APP_ID: ${{ secrets.GH_APP_ID }}
281281 GH_APP_INSTALLATION_ID: ${{ secrets.GH_APP_INSTALLATION_ID }}
Original file line number Diff line number Diff line change 77 description : " Inactive Repos in the organization"
88runs :
99 using : " docker"
10- image : " docker://ghcr.io/github/stale_repos:v5 "
10+ image : " docker://ghcr.io/github/stale_repos:v6 "
1111branding :
1212 icon : " check-square"
1313 color : " white"
You can’t perform that action at this time.
0 commit comments