Skip to content

Commit

Permalink
Create blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satya-devloper authored Nov 30, 2023
1 parent 9f2a456 commit e1da69d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PR_review

on:
pull_request_review:
types: [submitted, edited]

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Debug
run: |
echo ${{ github.event_name }}
echo ${{ github.ref }}
echo ${{ github.event.pull_request.head.ref }}
echo ${{ github.event.pull_request.base.ref }}

0 comments on commit e1da69d

Please sign in to comment.