Skip to content

vedant-jain03 is testing out GitHub Actions 🚀 #21

vedant-jain03 is testing out GitHub Actions 🚀

vedant-jain03 is testing out GitHub Actions 🚀 #21

name: Add description to the open PR
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on:
pull_request:
types: [opened, synchronize]
jobs:
add-comment-to-pr:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Consoling the testing
run: echo "Hi, bhai kaam karlo apna, ye sirf testing chl rhi hai, khamakha dekhne ajate ho!!!"