Skip to content

Commit 3eba0e9

Browse files
committed
ci: remove the automatic add to board since action does not support it
1 parent da3fd83 commit 3eba0e9

3 files changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/modules-chart-update.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
type: boolean
2525
required: false
2626
default: false
27-
secrets:
28-
PROJECT_APP_PRIVATE_KEY:
29-
description: "GitHub App private key for the DevOps Stack Project app"
30-
required: true
3127

3228
jobs:
3329
list-charts:
@@ -121,10 +117,3 @@
121117
This PR updates the dependencies of the **${{ matrix.chart-name }}** Helm chart. .
122118
123119
:warning: This was a **major** update!. Please check the changelog of the updated dependencies and take notice of any breaking changes before merging. :warning:
124-
125-
add-pr-to-project:
126-
needs: chart-update
127-
if: ${{ needs.chart-update.outputs.minor-pr-number || needs.chart-update.outputs.major-pr-number }}
128-
uses: camptocamp/devops-stack/.github/workflows/pr-issues-project.yaml@main
129-
secrets:
130-
PROJECT_APP_PRIVATE_KEY: ${{ secrets.PROJECT_APP_PRIVATE_KEY }}

.github/workflows/modules-release-please.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ name: "modules-release-please"
99

1010
on:
1111
workflow_call:
12-
secrets:
13-
PROJECT_APP_PRIVATE_KEY:
14-
description: "GitHub App private key for the DevOps Stack Project app"
15-
required: true
1612

1713
jobs:
1814
release-please:
@@ -30,10 +26,3 @@ jobs:
3026
bump-minor-pre-major: true
3127
extra-files: |
3228
variables.tf
33-
34-
add-pr-to-project:
35-
needs: release-please
36-
if: ${{ needs.release-please.outputs.releases_created }}
37-
uses: camptocamp/devops-stack/.github/workflows/pr-issues-project.yaml@main
38-
secrets:
39-
PROJECT_APP_PRIVATE_KEY: ${{ secrets.PROJECT_APP_PRIVATE_KEY }}

.github/workflows/release-please.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,3 @@ jobs:
2020
release-labels: "autorelease-tagged"
2121
pull-request-title-pattern: "chore: release ${version}"
2222
bump-minor-pre-major: true
23-
24-
add-pr-to-project:
25-
needs: release-please
26-
if: ${{ needs.release-please.outputs.releases_created }}
27-
uses: camptocamp/devops-stack/.github/workflows/pr-issues-project.yaml@main
28-
secrets:
29-
PROJECT_APP_PRIVATE_KEY: ${{ secrets.PROJECT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)