From ef67cb4fb98f8e7c404f032aff6180dbb373eea7 Mon Sep 17 00:00:00 2001 From: Byungryong Ko Date: Wed, 15 May 2024 15:42:48 +0900 Subject: [PATCH] Update AUTO_ISSUE_GENERATOR.yml --- .github/workflows/AUTO_ISSUE_GENERATOR.yml | 44 +++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/AUTO_ISSUE_GENERATOR.yml b/.github/workflows/AUTO_ISSUE_GENERATOR.yml index 13d89fb..502a03f 100644 --- a/.github/workflows/AUTO_ISSUE_GENERATOR.yml +++ b/.github/workflows/AUTO_ISSUE_GENERATOR.yml @@ -1,27 +1,27 @@ -name: AUTO_ISSUE_GENERATOR +# name: AUTO_ISSUE_GENERATOR -on: - schedule: - - cron: '0 3 * * 1' +# on: +# schedule: +# - cron: '0 3 * * 1' -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 +# jobs: +# build: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: 3.7 +# - name: Set up Python +# uses: actions/setup-python@v2 +# with: +# python-version: 3.7 - - name: Install requirements.txt - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt +# - name: Install requirements.txt +# run: | +# python -m pip install --upgrade pip +# pip install -r requirements.txt - - name: Make Issue - run: | - python main.py - env: - MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} +# - name: Make Issue +# run: | +# python main.py +# env: +# MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}