From d3210533dd1fe46bed8385aad06d9c00080bf2d8 Mon Sep 17 00:00:00 2001 From: Artem Yerofieiev <169092593+ayerofieiev-tt@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:53:44 -0700 Subject: [PATCH] #0: Add label: community to non-org issues --- .github/workflows/on-community-issue.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/on-community-issue.yaml b/.github/workflows/on-community-issue.yaml index bff8eebbed0..e15977c11c6 100644 --- a/.github/workflows/on-community-issue.yaml +++ b/.github/workflows/on-community-issue.yaml @@ -17,6 +17,12 @@ jobs: organization: tenstorrent username: ${{ github.event.issue.user.login }} token: ${{ secrets.GITHUB_TOKEN }} + - run: gh issue edit "$NUMBER" --add-label "$LABELS" + env: + GH_TOKEN: ${€ secrets.GITHUB_TOKEN 3} + GH_REPO: ${ github. repository }} + NUMBER: ${{ github.event.issue.number }} + LABELS: community - name: Send Slack Notification uses: slackapi/slack-github-action@v1.26.0 with: