We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c28f83 commit 9760e4dCopy full SHA for 9760e4d
.github/workflows/lock.yml
@@ -1,13 +1,17 @@
1
+# DO NOT EDIT - This GitHub Workflow is managed by automation
2
+# https://github.com/hashicorp/terraform-devex-repos
3
name: 'Lock Threads'
4
5
on:
6
schedule:
- - cron: '50 1 * * *'
7
+ - cron: '25 17 * * *'
8
9
jobs:
10
lock:
11
runs-on: ubuntu-latest
12
steps:
13
+ # NOTE: When TSCCR updates the GitHub action version, update the template workflow file to avoid drift:
14
+ # https://github.com/hashicorp/terraform-devex-repos/blob/main/modules/repo/workflows/lock.tftpl
15
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
16
with:
17
github-token: ${{ github.token }}
0 commit comments