Merge 'minor-next' into 'major-next'

Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/11989715327
This commit is contained in:
pmmp-restrictedactions-bot[bot] 2024-11-23 19:10:14 +00:00
commit 7208733d62

View File

@ -9,9 +9,10 @@ on:
pull_request_target: pull_request_target:
types: types:
- opened - opened
- synchronize
- reopened - reopened
- ready_for_review - ready_for_review
pull_request_review:
types: dismissed
jobs: jobs:
dispatch: dispatch:
@ -35,4 +36,4 @@ jobs:
token: ${{ steps.generate-token.outputs.token }} token: ${{ steps.generate-token.outputs.token }}
repository: ${{ github.repository_owner }}/RestrictedActions repository: ${{ github.repository_owner }}/RestrictedActions
event-type: auto_approve_collaborator_pr event-type: auto_approve_collaborator_pr
client-payload: '{"repo": "${{ github.repository }}", "pull_request_id": "${{ github.event.pull_request.number }}" }' client-payload: '{"repo": "${{ github.repository }}", "pull_request_id": "${{ github.event.pull_request.number }}", "reviewer_id": "${{ github.event.review.user.id || 0 }}" }'