Skip to content

Commit

Permalink
Merge pull request #55 from octoposprime/feature/as/50/automate-label…
Browse files Browse the repository at this point in the history
…ling

Automated Issue Labeling
  • Loading branch information
Sddilora authored May 21, 2024
2 parents f407413 + 5aa3bfa commit 663c32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issues: write
steps:
- run: |
gh issue edit "$NUMBER" --add-project "$PROJECT" --add-label "$LABELS"
gh issue edit "$NUMBER" --add-project "$PROJECT" --add-label "$LABELS" --add-label "medium priority" --add-label "waiting topic"
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
LABELS: ${{ secrets.REPO_TEAM }}
Expand Down

0 comments on commit 663c32b

Please sign in to comment.