Changeset 61209 for trunk/.github/workflows/pull-request-comments.yml
- Timestamp:
- 11/11/2025 11:28:13 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/pull-request-comments.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/pull-request-comments.yml
r61135 r61209 91 91 steps: 92 92 - name: Download artifact 93 uses: actions/github-script@ 60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.193 uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 94 94 with: 95 95 script: | … … 125 125 126 126 - name: Leave a comment about testing with Playground 127 uses: actions/github-script@ 60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1127 uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 128 128 with: 129 129 script: | … … 192 192 steps: 193 193 - name: Check for Trac ticket and manage comment 194 uses: actions/github-script@ 60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1194 uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 195 195 with: 196 196 script: |
Note: See TracChangeset
for help on using the changeset viewer.