Skip to content

Item 36: 상속받은 비가상 함수를 파생 클래스에서 재정의하는 것은 절대 금물! #312

Item 36: 상속받은 비가상 함수를 파생 클래스에서 재정의하는 것은 절대 금물!

Item 36: 상속받은 비가상 함수를 파생 클래스에서 재정의하는 것은 절대 금물! #312

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 "2024"
- env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-assignee "fkdl0048"