Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
temporary remove 'add project'
  • Loading branch information
yeslee-v authored Jan 4, 2024
1 parent 36cbe8a commit 39e124f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
issue:
runs-on: ubuntu-latest
steps:
- name: Get Project ID
id: get_project
run: echo "::set-output name=project_id::$(gh project view --json=id --project "2023-2024 book list")"
- name: Add Project to Issue
run: gh issue edit ${{ github.event.issue.html_url }} --add-project ${{ steps.get_project.outputs.project_id }}
- name: Add Label to Issue
run: gh issue edit ${{ github.event.issue.html_url }} --add-label "2024"
- name: Add Assignee to Issue
Expand Down

0 comments on commit 39e124f

Please sign in to comment.