We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a37f0 commit 32e958cCopy full SHA for 32e958c
.github/workflows/use-action.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
persist-credentials: false
25
- name: Run stale_repos tool
26
- uses: docker://ghcr.io/github/stale_repos:v3
+ uses: docker://ghcr.io/github/stale_repos:v5
27
env:
28
GH_TOKEN: ${{ secrets.GH_TOKEN }}
29
ORGANIZATION: github
action.yml
@@ -7,7 +7,7 @@ outputs:
7
description: "Inactive Repos in the organization"
8
runs:
9
using: "docker"
10
- image: "docker://ghcr.io/github/stale_repos:v3"
+ image: "docker://ghcr.io/github/stale_repos:v5"
11
branding:
12
icon: "check-square"
13
color: "white"
0 commit comments