Skip to content

Writing: UNSEEN 공부 계획 #94

Writing: UNSEEN 공부 계획

Writing: UNSEEN 공부 계획 #94

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"