Skip to content

chore: add pr analytics #229

chore: add pr analytics

chore: add pr analytics #229

name: Create published=true pull request
on:
pull_request:
branches:
- main
types: [closed]
permissions:
contents: write
pull-requests: write
jobs:
create-pr:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2 # Because if `fetch-depth >= 2` is not set, unchanged files will be updated.
- uses: korosuke613/zenn-metadata-updater-action@v2
with:
published: true
validate: true
auto-generate-published-at: next_business_day_10