Skip to content

Commit

Permalink
[CI] Update lock workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed May 22, 2024
1 parent 1b1d67d commit fcaf888
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# DO NOT EDIT - This GitHub Workflow is managed by automation
# https://github.com/hashicorp/terraform-devex-repos
name: 'Lock Threads'

on:
schedule:
- cron: '50 1 * * *'
- cron: '47 23 * * *'

jobs:
lock:
runs-on: ubuntu-latest
steps:
# NOTE: When TSCCR updates the GitHub action version, update the template workflow file to avoid drift:
# https://github.com/hashicorp/terraform-devex-repos/blob/main/modules/repo/workflows/lock.tftpl
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
with:
github-token: ${{ github.token }}
Expand Down

0 comments on commit fcaf888

Please sign in to comment.