File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ jobs:
1010 steps :
1111 - name : Debug - Show PR context
1212 run : |
13- echo "=== DEBUG: PR Title Check Input ==="
1413 echo "Event name: ${{ github.event_name }}"
1514 echo "PR Title: ${{ github.event.pull_request.title }}"
1615 echo "PR Number: ${{ github.event.pull_request.number }}"
1716 echo "Base Ref: ${{ github.event.pull_request.base.ref }}"
1817 echo "Head Ref: ${{ github.event.pull_request.head.ref }}"
19- echo "==================================="
2018
2119 # Please look up the latest version from
2220 # https://github.com/amannn/action-semantic-pull-request/releases
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ permissions:
1717 contents : write
1818 pull-requests : write
1919 actions : read
20- statuses : write
2120
2221jobs :
2322 prTitlecheck :
You can’t perform that action at this time.
0 commit comments