Skip to content

Writing: 언씬 후기 작성 #90

Writing: 언씬 후기 작성

Writing: 언씬 후기 작성 #90

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"