We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c92e8 commit aeb7886Copy full SHA for aeb7886
.github/workflows/lifecycle.yml
@@ -79,19 +79,11 @@ jobs:
79
with:
80
filters: |
81
${{ 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 "
90
91
- id: matrices # TODO: build origin matrices dynamically, consider collapsing this into a .py
92
name: Construct matrices
93
env:
94
- PR_COMMENT_BODY: ${{ steps.find-comment.outputs.comment-body }}
+ PR_COMMENT_BODY: ${{ github.event.pull_request.body }}
95
run: |
96
import os
97
import json
0 commit comments