Chore: Fix workflow that adds dashboards label to issues (#106173)

fix workflow
pull/106154/head^2
Victor Marin 4 weeks ago committed by GitHub
parent f151efd3cc
commit 57ec71a7a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/dashboards-issue-add-label.yml

@ -11,7 +11,7 @@ env:
ORGANIZATION: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
TARGET_PROJECT: 202
LABEL_IDs: "LA_kwDOAOaWjc8AAAABT38U-A"
LABEL_IDS: "LA_kwDOAOaWjc8AAAABT38U-A"
concurrency:
group: issue-label-when-in-project-${{ github.event.number }}

Loading…
Cancel
Save