Skip to content

Commit

Permalink
chore: Bump dessant/lock-threads from 2 to 3 (#5564)
Browse files Browse the repository at this point in the history
* chore: Bump dessant/lock-threads from 2 to 3

Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2 to 3.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
- [Commits](dessant/lock-threads@v2...v3)

---
updated-dependencies:
- dependency-name: dessant/lock-threads
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexis Saettler <alexis@saettler.org>
  • Loading branch information
dependabot[bot] and asbiin authored Oct 4, 2021
1 parent a19fbce commit 93acd48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
- uses: dessant/lock-threads@v3
with:
github-token: ${{ github.token }}
issue-exclude-labels: retained
issue-lock-comment: |
exclude-any-issue-labels: retained
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.
pr-exclude-labels: wip
pr-lock-comment: |
exclude-any-pr-labels: wip
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.

0 comments on commit 93acd48

Please sign in to comment.