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 811a81c commit 5d724ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
steps:
- name: Add "triage" label if no milestone
if: ${{ github.event.issue.milestone == null }}
run: gh issue edit quantumjs/launch-track#${{ github.event.issue.number }} --add-label triage
run: gh issue edit ${{ github.event.issue.number }} --repo quantumjs/launch-track --add-label triage
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 }}"
Expand Down

0 comments on commit 5d724ed

Please sign in to comment.