Skip to content

[#227] fix: 다중 세그먼트 WAL replay 복구 보정 #50

[#227] fix: 다중 세그먼트 WAL replay 복구 보정

[#227] fix: 다중 세그먼트 WAL replay 복구 보정 #50

Workflow file for this run

name: Review/Comment 14 day Stats
on:
pull_request:
types: [opened]
jobs:
stats:
runs-on: ubuntu-latest
steps:
- name: Check token availability
id: token_check
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
if [ -n "$GH_TOKEN" ]; then
echo "has_token=true" >> $GITHUB_OUTPUT
else
echo "has_token=false" >> $GITHUB_OUTPUT
fi
- name: Run pull request stats
if: steps.token_check.outputs.has_token == 'true'
uses: flowwer-dev/pull-request-stats@f687cfd5fc711270c0af58acf72a5d0884e5c43a # v3.2.3
with:
token: ${{ secrets.GH_TOKEN }}
period: 14
limit: 7
charts: true
disable-links: true