mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
Update lock-issue workflow to use new exclusion key
Replaces 'issue-created-after' with 'exclude-issue-created-before' in the lock-issue GitHub Actions workflow for improved clarity and compatibility.
This commit is contained in:
parent
610509e834
commit
82740302bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lock-issue.yaml
generated
vendored
2
.github/workflows/lock-issue.yaml
generated
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-inactive-days: 1
|
||||
issue-lock-reason: "resolved"
|
||||
issue-created-after: "2026-01-27"
|
||||
exclude-issue-created-before: "2026-01-27"
|
||||
issue-comment: |
|
||||
This issue has been automatically locked since it has been closed for more than 1 day.
|
||||
If you have a related issue, please open a new one and reference this issue if needed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue