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: