Skip to content

Commit

Permalink
Default to Area:"Data Plane" when issues are added to Platform Ingest…
Browse files Browse the repository at this point in the history
… project board (elastic#40193)

* Rename variable

* Default to data plane
  • Loading branch information
ycombinator authored Jul 11, 2024
1 parent a0e7cc8 commit da2cfb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platform-ingest-project-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

# ID values for the Area property + its options
AREA_FIELD_ID: 'PVTSSF_lADOAGc3Zs4AEzn4zgEgZSo'
ELASTIC_AGENT_OPTION_ID: 'c1e1a30a'
DATA_PLANE_OPTION_ID: '4f6b61c3'

permissions:
contents: read
Expand Down Expand Up @@ -54,6 +54,6 @@ jobs:
item_id: ${{ fromJSON(steps.add_to_project.outputs.data).addProjectV2ItemById.item.id }}
project_id: ${{ env.INGEST_PROJECT_ID }}
area_field_id: ${{ env.AREA_FIELD_ID }}
area_id: ${{ env.ELASTIC_AGENT_OPTION_ID }}
area_id: ${{ env.DATA_PLANE_OPTION_ID }}
env:
GITHUB_TOKEN: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}

0 comments on commit da2cfb5

Please sign in to comment.