Skip to content

Writing: GG 개발일지 4 #96

Writing: GG 개발일지 4

Writing: GG 개발일지 4 #96

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"