Skip to content

Commit b9524c2

Browse files
Shubham9t9Shubham9t9
andauthored
commented out path-ignore section in pr-issue-validator (#3739)
Co-authored-by: Shubham9t9 <[email protected]>
1 parent d09f9ab commit b9524c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pr-issue-validator.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010
branches:
1111
- 'main'
1212
- 'release-**'
13-
paths-ignore:
14-
- 'docs/**'
15-
- '.github/'
16-
- 'CHANGELOG/'
17-
- 'charts/'
18-
- 'manifests/'
19-
- 'sample-docker-templates/'
13+
# paths-ignore:
14+
# - 'docs/**'
15+
# - '.github/'
16+
# - 'CHANGELOG/'
17+
# - 'charts/'
18+
# - 'manifests/'
19+
# - 'sample-docker-templates/'
2020

2121
jobs:
2222
validate-PR-issue:

0 commit comments

Comments
 (0)