mirror of
https://github.com/MinecraftForge/MinecraftForge
synced 2026-08-22 04:26:10 -04:00
13 lines
No EOL
295 B
YAML
13 lines
No EOL
295 B
YAML
name: 'PR Review'
|
|
|
|
on: pull_request_review
|
|
|
|
jobs:
|
|
upload_payload:
|
|
name: Upload payload
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/upload-artifact@v4 # Payload artifact is consumed in Actionable
|
|
with:
|
|
name: payload
|
|
path: ${{ github.event_path }} |