Skip to content

Post: 엔진 3종 비교 글 #109

Post: 엔진 3종 비교 글

Post: 엔진 3종 비교 글 #109

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"