Skip to content

Commit

Permalink
馃攧 Synced file(s) with realm/ci-actions (#1567)
Browse files Browse the repository at this point in the history
Co-authored-by: realm-ci <robot@realm.io>
  • Loading branch information
fealebenpae and realm-ci committed Mar 14, 2024
1 parent 30d7db8 commit fcccb72
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'Lock Threads'

on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:

permissions:
issues: write
pull-requests: write
discussions: write

concurrency:
group: lock-threads

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: 30
pr-inactive-days: 30
log-output: true

0 comments on commit fcccb72

Please sign in to comment.