Skip to content

Commit

Permalink
#0: Add label: community to non-org issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ayerofieiev-tt authored Jun 28, 2024
1 parent 189ec8e commit 271107c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/on-community-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 271107c

Please sign in to comment.