Skip to content

Commit

Permalink
Update create-issue.yml
Browse files Browse the repository at this point in the history
labels updated
  • Loading branch information
Sddilora authored May 31, 2024
1 parent c62d46e commit 287cc3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
issues: write
steps:
- run: |
gh issue edit "$NUMBER" --add-project "$PROJECT" --add-label "$LABELS"
gh issue edit "$NUMBER" --add-project "$PROJECT" --add-label "$TEAM_LABELS" --add-label "$FIRST_LABELS"
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
LABELS: ${{ secrets.REPO_TEAM }}
TEAM_LABELS: ${{ secrets.REPO_TEAM }}
FIRST_LABELS: ${{ secrets.FIRST_ISSUE_LABELS }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
PROJECT: ${{ secrets.ASSIGN_PROJECT }}

0 comments on commit 287cc3f

Please sign in to comment.