Skip to content

시간 복잡도, 빅오표기법, 공간복잡도, 누적합, 구현 #13

시간 복잡도, 빅오표기법, 공간복잡도, 누적합, 구현

시간 복잡도, 빅오표기법, 공간복잡도, 누적합, 구현 #13

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