Skip to content

Commit

Permalink
Update workflows for new version parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
netniV committed Jun 6, 2022
1 parent 4322679 commit 1235955
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .github/workflows/oldissues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,18 @@ jobs:
with:
github-token: ${{ github.token }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-lock-inactive-days: '90'
issue-exclude-created-before: ''
issue-exclude-labels: 'future release'
issue-lock-labels: ''
# issue-lock-comment: >
# This issue tracker has been automatically locked since there
# has not been any recent activity after it was closed. Please
# open a new issue for related bugs.
# issue-lock-reason: 'resolved'
issue-lock-reason: ''
pr-lock-inactive-days: '90'
pr-exclude-created-before: ''
pr-exclude-labels: 'future release'
pr-lock-labels: ''
# pr-lock-comment: >
issue-inactive-days: '90'
exclude-issue-created-before: ''
exclude-any-issue-labels: 'future release'
add-issue-labels: ''
pr-inactive-days: '90'
exclude-pr-created-before: ''
exclude-any-pr-labels: 'future release'
add-pr-labels: ''
# pr-comment: >
# This pull request has been automatically locked since there
# has not been any recent activity after it was closed. Please
# open a new issue for related bugs.
pr-lock-reason: ''
pr-comment: ''
process-only: ''
debug-run: true

0 comments on commit 1235955

Please sign in to comment.