Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Open PR when integration configs change #26216

Open PR when integration configs change

Open PR when integration configs change #26216

name: Open PR when integration configs change
on:
schedule:
# Run every 30 minutes
- cron: "5,35 * * * *"
jobs:
generate-manifest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: scripts/codegen/go.mod
cache: true
cache-dependency-path: |
scripts/codegen/go.sum
go.sum
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
- run: make generate
env:
LAUNCHDARKLY_ACCESS_TOKEN: ${{secrets.LAUNCHDARKLY_ACCESS_TOKEN}}
- name: Create Pull request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.2
with:
branch: regenerate-integration-configs/patch
delete-branch: true
commit-message: "feat: [bot] Regenerate integration configs"
title: "feat: [bot] Regenerate integration configs"
body: |
This PR regenerates `launchdarkly/integration_configs_generated.go` based on recent changes to the [integrations manifest endpoint](https://app.launchdarkly.com/api/v2/integration-manifests).
The changes were made by running:
```sh
make generate
```
Please update the PR title and body to reflect the changes to the integration configurations.
labels: bot
Morty Proxy This is a proxified and sanitized view of the page, visit original site.