Skip to content

0장 시작하며: 깃털이 있다고 날 수 있는 건 아니다 #357

0장 시작하며: 깃털이 있다고 날 수 있는 건 아니다

0장 시작하며: 깃털이 있다고 날 수 있는 건 아니다 #357

Workflow file for this run

name: issue_Add
on:
issues:
types:
- opened
jobs:
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 --add-label "2025"
- env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-assignee "fkdl0048"