Skip to content

Commit bf218fc

Browse files
authored
Merge pull request #1571 from dbcli/RW/ignore-doc-files-codex-action
Ignore doc changes for Codex review Action
2 parents 9b5e421 + 04fba9c commit bf218fc

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
pull_request:
55
paths-ignore:
66
- '**.md'
7+
- '**.rst'
78
- 'LICENSE.txt'
8-
- 'AUTHORS.rst'
9-
- 'SPONSORS.rst'
109
- 'doc/**/*.txt'
11-
- 'doc/**/*.rst'
1210
- '**/AUTHORS'
1311
- '**/SPONSORS'
1412
- '**/TIPS'

.github/workflows/codex-review.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: Codex Review
33
on:
44
pull_request_target:
55
types: [opened, labeled, reopened, ready_for_review]
6+
paths-ignore:
7+
- '**.md'
8+
- '**.rst'
9+
- 'LICENSE.txt'
10+
- 'doc/**/*.txt'
11+
- '**/AUTHORS'
12+
- '**/SPONSORS'
13+
- '**/TIPS'
614

715
jobs:
816
codex-review:

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
pull_request:
55
paths-ignore:
66
- '**.md'
7+
- '**.rst'
78
- 'LICENSE.txt'
8-
- 'AUTHORS.rst'
9-
- 'SPONSORS.rst'
109
- 'doc/**/*.txt'
11-
- 'doc/**/*.rst'
1210
- '**/AUTHORS'
1311
- '**/SPONSORS'
1412
- '**/TIPS'

.github/workflows/typecheck.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
pull_request:
55
paths-ignore:
66
- '**.md'
7+
- '**.rst'
78
- 'LICENSE.txt'
8-
- 'AUTHORS.rst'
9-
- 'SPONSORS.rst'
109
- 'doc/**/*.txt'
11-
- 'doc/**/*.rst'
1210
- '**/AUTHORS'
1311
- '**/SPONSORS'
1412
- '**/TIPS'

0 commit comments

Comments
 (0)