Skip to content

Renovate version maintenance for Autorest client generation #39

Renovate version maintenance for Autorest client generation

Renovate version maintenance for Autorest client generation #39

name: Record Changes Requested
on:
pull_request_review:
types: [submitted]
jobs:
record:
if: github.event.review.state == 'changes_requested'
runs-on: ubuntu-latest
steps:
- run: echo "${{ github.event.pull_request.number }}" > pr_number.txt
- uses: actions/upload-artifact@v6
with:
name: pr-info
path: pr_number.txt