diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-07 18:57:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 18:57:54 +0100 |
commit | bd3d8f4e282dc7a552d955bf5958b53d23937604 (patch) | |
tree | d36c74d129b0ffa1fbc26dad77de1ec07fd21b6c /.github | |
parent | f85b3a01f050e4f8af8471f396013f18647d9241 (diff) | |
parent | 8094ee89baf5b04fdbba7ebe72e7720daffcf6e0 (diff) | |
download | podman-bd3d8f4e282dc7a552d955bf5958b53d23937604.tar.gz podman-bd3d8f4e282dc7a552d955bf5958b53d23937604.tar.bz2 podman-bd3d8f4e282dc7a552d955bf5958b53d23937604.zip |
Merge pull request #4788 from vrothberg/stale
github stale workflow: rephrase and bump close time
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1015b92b0..5e5a75713 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,11 +16,9 @@ jobs: - uses: actions/stale@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue had no activity for 30 days. In the absence of activity or the "do-not-close" label, the issue will be automatically closed within 7 days.' - stale-pr-message: 'This pull request had no activity for 30 days. In the absence of activity or the "do-not-close" label, the pull request will be automatically closed within 7 days.' + stale-issue-message: 'A friendly reminder that this issue had no activity for 30 days.' + stale-pr-message: 'A friendly reminder that this PR had no activity for 30 days.' stale-issue-label: 'stale-issue' stale-pr-label: 'stale-pr' days-before-stale: 30 - days-before-close: 7 - exempt-issue-label: 'do-not-close' - exempt-pr-label: 'do-not-close' + days-before-close: 365 |