Skip to content

Commit

Permalink
action test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Katsikanis committed Jan 14, 2025
1 parent 3e328fb commit 615fba7
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:
run: |
gh issue edit ${{ github.event.issue.number }} \
--repo quantumjs/launch-track \
--add-label triage
--add-label triage2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}



- name: Add issue to org-level project #X
run: gh project item-add quantumjs/launch-track \
--content-id "${{ github.event.issue.node_id }}"
- name: Add issue to org-level project
run: gh project item-add quantumjs/1 --content-id "${{ github.event.issue.node_id }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 615fba7

Please sign in to comment.