Skip to content

Task: 알고리즘 스터디 관련 초안 작성 #79

Task: 알고리즘 스터디 관련 초안 작성

Task: 알고리즘 스터디 관련 초안 작성 #79

Workflow file for this run

name: issue_Add_Project,Milestone
on:
issues:
types:
- opened
jobs:
project_issue:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-project "Todo"
- env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --milestone "2023"