Skip to content

Мой первый коммит #1

Мой первый коммит

Мой первый коммит #1

Workflow file for this run

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! Поздравляю тебя :)