Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Replace "Add issue to general customer board" workflow with reusable workflow call

## [7.20.3] - 2025-10-31

### Changed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
{{{{ .Header }}}}
name: Add Customer Ticket to general Customer Board

name: Add issue to general customer board

on:
issues:
types: [opened]

env:
BOARD_URL: https://github.com/orgs/giantswarm/projects/345

jobs:
add_issue_customer_board:
name: Add issue to general customer board
runs-on: ubuntu-24.04
steps:
- name: Add issue to general customer board
if: ${{ env.BOARD_URL != 'null' && env.BOARD_URL != '' }}
uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
with:
project-url: ${{ env.BOARD_URL }}
github-token: ${{ secrets.ISSUE_AUTOMATION }}
add-to-board:
uses: giantswarm/github-workflows/.github/workflows/issue-to-customer-board.yaml@main
secrets:
ISSUE_AUTOMATION: ${{ secrets.ISSUE_AUTOMATION }}