Skip to content

[S1] 12852 1로 만들기 2 #17

[S1] 12852 1로 만들기 2

[S1] 12852 1로 만들기 2 #17

Workflow file for this run

name: PR Update
on:
pull_request:
types:
- opened
- edited
jobs:
pr-update:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
pip install requests
- name: Run PR Update Script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python ./scripts/update_pr.py