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 31cd2e5 commit 5ffc617Copy full SHA for 5ffc617
.github/workflows/show-changed-files.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
changed-files-links:
15
name: Show Changed Files
16
- if: github.event.issue.pull_request && github.event.issue.state == 'open' && github.event.comment.user.id == 73139402 && contains(github.event.comment.body, '**Preview URL**')
+ if: github.event.issue.pull_request && github.event.issue.state == 'open' && github.event.comment.user.id == 41898282 && contains(github.event.comment.body, '**Preview URL**')
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
0 commit comments