Skip to content

Commit 8fb08ab

Browse files
authored
Merge branch 'main' into rlamb/sdk-2173/elaborate-hook-data-lifetimes
2 parents da215a4 + 8503e7a commit 8fb08ab

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.github/actions/install-openssl/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
if: runner.os == 'Windows'
3333
shell: bash
3434
run: |
35-
choco install openssl --version 3.6.1 -y --no-progress
35+
choco install openssl --version 3.6.2 -y --no-progress
3636
if [ -d "C:\Program Files\OpenSSL-Win64" ]; then
3737
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_OUTPUT
3838
else

.github/workflows/stale.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Close stale issues and PRs"
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
# Happen once per day at 1:30 AM
6+
- cron: "30 1 * * *"
7+
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
12+
jobs:
13+
sdk-close-stale:
14+
uses: launchdarkly/gh-actions/.github/workflows/sdk-stale.yml@main

0 commit comments

Comments
 (0)