Skip to content

Commit 0703b69

Browse files
author
rahul-infra
committed
Made changes in Pr title check
1 parent 3124f62 commit 0703b69

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/terraform.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@ permissions:
2020
statuses: write
2121

2222
jobs:
23-
prTitlecheck:
24-
name: PR title check
25-
if: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'main' }}
26-
uses: ./.github/workflows/pr-title.yaml
27-
permissions:
28-
pull-requests: read
29-
statuses: write
23+
name: PR title check
24+
uses: ./.github/workflows/pr-title.yaml
3025

3126
releasePreview:
3227
name: Release Preview

0 commit comments

Comments
 (0)