Skip to content

Commit

Permalink
изменен yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulyana0505 committed Nov 7, 2023
1 parent 608dabc commit 3231464
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/codesandbox-link-comment.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
name: Add codesandbox link

on:
pull_request:
types: [opened]
# https://github.com/mshick/add-pr-comment/issues/25
pull_request_target:
types: [opened]
on: pull_request

jobs:
codesandbox-comment:
name: Add codesandbox link comment
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: mshick/add-pr-comment@v2
with:
message: |
You can check this code at CodeSandbox with the link
Expand Down

0 comments on commit 3231464

Please sign in to comment.