Skip to content

Commit 8579536

Browse files
committed
test
1 parent 994d34d commit 8579536

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
name: 'PR Review Comment'
22

33
on:
4-
pull_request_review_thread:
4+
issue_comment:
55
types: [created]
66

77
jobs:
8-
upload_payload:
9-
name: Upload payload
8+
deploy:
109
runs-on: ubuntu-latest
10+
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
1111
steps:
12-
- uses: actions/upload-artifact@v3
13-
with:
14-
name: payload
15-
path: ${{ github.event_path }}
12+
- name: Checkout
13+
uses: actions/checkout@v3
14+
15+
- name: Deploy
16+
run: |
17+
echo "Deploying..."
1618
1719
# name: Validate and Run Commands Based on PR Labels
1820

0 commit comments

Comments
 (0)