Skip to content

Commit

Permalink
Update create-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
husamettinarabaci authored Mar 19, 2024
1 parent 375c8ad commit d97b163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
permissions:
issues: write
steps:
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
- run: gh issue edit "$NUMBER" --add-project
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: change
PROJECT: OctopOSPrime

0 comments on commit d97b163

Please sign in to comment.