Skip to content

Commit 26d0a13

Browse files
author
rahul-infra
committed
tried removing statuses write.
1 parent 3799f18 commit 26d0a13

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/pr-title.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/terraform.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ permissions:
1717
contents: write
1818
pull-requests: write
1919
actions: read
20-
statuses: write
2120

2221
jobs:
2322
prTitlecheck:

0 commit comments

Comments
 (0)