From 8049fe372ad20b45d4a569a2955902f904b57680 Mon Sep 17 00:00:00 2001 From: "Andrea N. Cardona" Date: Wed, 6 Sep 2023 08:26:42 -0700 Subject: [PATCH] feat: testing new syntax (#14590) --- .github/workflows/proposal-not-pursuing.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/proposal-not-pursuing.yml b/.github/workflows/proposal-not-pursuing.yml index e35d8aa382ab..391e71e1c423 100644 --- a/.github/workflows/proposal-not-pursuing.yml +++ b/.github/workflows/proposal-not-pursuing.yml @@ -20,15 +20,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Add comment - if: github.event.label.name == ${{format('type{0} enhancement', ':')}} #v6.4.1 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 #v6.4.1 + if: + github.event.label.name == 'proposal\uFE55 not pursuing' with: script: | github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: 'Thank you for submitting a feature request. Here’s what to expect next. - Your proposal is open and is now being [triaged](https://github.com/orgs/carbon-design-system/projects/51/views/1) by the Carbon team. - If your proposal is accepted and the Carbon team has bandwidth they will take on the issue, or else request volunteers from the community. - Read the full triaging workflow [here](https://github.com/carbon-design-system/carbon/blob/main/docs/guides/support.md#type-enhancement-).' + body: 'Thank you for submitting your proposal. Unfortunately, it doesn't align with our roadmap or philosophy at this time. We value your contribution and encourage you to keep engaging with the community. For more information about our triage workflow and philosophy, please visit [here](https://github.com/carbon-design-system/carbon/blob/main/docs/guides/support.md#type-enhancement-).' }) \ No newline at end of file