Skip to content

Commit

Permalink
chore: remove Jira linker action and update integration config action (
Browse files Browse the repository at this point in the history
…#244)

* chore: remove Jira linker action and update integration config action

* Add note in PR body
  • Loading branch information
ldhenry authored Dec 9, 2024
1 parent a7ec587 commit 878f225
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/generate_integration_config_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ on:
schedule:
# Run every 30 minutes
- cron: "5,35 * * * *"

jobs:
generate-manifest:
runs-on: ubuntu-latest
if: github.repository == 'launchdarkly/terraform-provider-launchdarkly-private'
steps:
# Check out goaltender and LDIF side by side
- uses: actions/checkout@v3

- uses: actions/setup-go@v3
- 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
Expand All @@ -24,7 +22,7 @@ jobs:
LAUNCHDARKLY_ACCESS_TOKEN: ${{secrets.LAUNCHDARKLY_ACCESS_TOKEN}}

- name: Create Pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.2
with:
branch: regenerate-integration-configs/patch
delete-branch: true
Expand All @@ -37,4 +35,6 @@ jobs:
```sh
make generate
```
Please update the PR title and body to reflect the changes to the integration configurations.
labels: bot
17 changes: 0 additions & 17 deletions .github/workflows/jira-linker.yml

This file was deleted.

0 comments on commit 878f225

Please sign in to comment.