Skip to content

[TEST 중] App version 자동 업데이트 로직 #84

[TEST 중] App version 자동 업데이트 로직

[TEST 중] App version 자동 업데이트 로직 #84

Workflow file for this run

name: 'PR Auto Assign'
on:
pull_request:
types: [opened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
add-reviewers-and-assignee:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
configuration-path: '.github/auto_assign_config.yml'