Skip to content

Bump isort from 5.12.0 to 5.13.2 #269

Bump isort from 5.12.0 to 5.13.2

Bump isort from 5.12.0 to 5.13.2 #269

Workflow file for this run

name: Lock Threads
on: [pull_request, issues]
permissions:
issues: write
pull-requests: write
jobs:
lock_threads:
runs-on: ubuntu-latest
steps:
- name: Lock thread
uses: dessant/lock-threads@v4
with:
# Issue specific options
issue-inactive-days: 30 # 30 days before locking
exclude-any-issue-labels: "Do not lock this"
issue-comment: >
This issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs
add-issue-labels: "Outdated and locked"
# PR specific options
pr-inactive-days: 60 # wait 2 months aprox.
exclude-any-pr-labels: "Do not lock this"
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.
add-pr-labels: "Outdated and locked"
- name: Post-workflow message
run: echo "Workflow completed!"