Мой первый коммит #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | |
jobs: | |
example_comment_pr: | |
permissions: write-all | |
runs-on: ubuntu-latest | |
name: Эта задача оставляет комментарий к пулл реквесту | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Comment PR | |
uses: thollander/actions-comment-pull-request@v1 | |
with: | |
message: | | |
Привет! :wink: Это твой первый Pull Request! Поздравляю тебя :) |