Skip to content

Bump amazon/aws-cli from 2.17.59 to 2.17.60 #511

Bump amazon/aws-cli from 2.17.59 to 2.17.60

Bump amazon/aws-cli from 2.17.59 to 2.17.60 #511

Workflow file for this run

name: Lock Threads
on:
push:
paths:
- .github/workflows/lock-threads.yml
branches-ignore:
- dependabot/**
schedule:
# Once every month on 6th day at 22:00 UTC
- cron: "0 22 6 * *"
issue_comment:
permissions:
issues: write
pull-requests: write
concurrency:
group: lock-threads
cancel-in-progress: ${{ github.event_name != 'issue_comment' }}
jobs:
lock-threads:
runs-on: ubuntu-latest
steps:
- name: Lock Outdated Threads
uses: dessant/lock-threads@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
process-only: 'issues, prs'
issue-inactive-days: 30
add-issue-labels: outdated
pr-inactive-days: 30
add-pr-labels: outdated