Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Oct 9, 2024
1 parent f4b741d commit 8b13ece
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/self-comment-slow-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: PR comment github action tests

on:
pull_request_review_comment:
types: [created]

jobs:
get-pr-number:
runs-on: ubuntu-22.04
name: Get PR number
steps:
- name: Get PR number
shell: bash
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
echo "$PR_NUMBER"

0 comments on commit 8b13ece

Please sign in to comment.