Skip to content

Commit aeb7886

Browse files
committed
chore(ci): use pull_request.body
1 parent e9c92e8 commit aeb7886

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/lifecycle.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,11 @@ jobs:
7979
with:
8080
filters: |
8181
${{ steps.paths.outputs.filter }}
82-
83-
- name: Find PR comment
84-
if: github.event_name == 'pull_request'
85-
uses: peter-evans/find-comment@v1
86-
id: find-comment
87-
with:
88-
issue-number: ${{ github.event.pull_request.number }}
89-
body-includes: "Automatic commit: build and run "
9082
9183
- id: matrices # TODO: build origin matrices dynamically, consider collapsing this into a .py
9284
name: Construct matrices
9385
env:
94-
PR_COMMENT_BODY: ${{ steps.find-comment.outputs.comment-body }}
86+
PR_COMMENT_BODY: ${{ github.event.pull_request.body }}
9587
run: |
9688
import os
9789
import json

0 commit comments

Comments
 (0)