From ee13cdde95664e15ade9522bc17d80d5c4f73d84 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Mon, 19 Dec 2022 12:39:36 -0600 Subject: [PATCH] ci(triage): update issue/project triage workflows (#3313) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .github/workflows/add-to-project.yml | 11 +++++++++++ .github/workflows/issue-triage.yml | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/add-to-project.yml diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml new file mode 100644 index 00000000000..98c40c9dc97 --- /dev/null +++ b/.github/workflows/add-to-project.yml @@ -0,0 +1,11 @@ +name: Add To Project + +on: + issues: + types: [opened, labeled] + +jobs: + issue-triage: + uses: carbon-design-system/carbon/.github/workflows/add-to-project.yml@main + secrets: + ADD_TO_PROJECT_PAT: ${{ secrets.ADD_TO_PROJECT_PAT }} diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 29f223e5834..7bff43ed743 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -10,4 +10,3 @@ jobs: secrets: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} - ADD_TO_PROJECT_PAT: ${{ secrets.ADD_TO_PROJECT_PAT }}