Skip to content

Commit 7eae6e9

Browse files
committed
revert: build: enable signed commits in automated PR workflows
This reverts commit 5d53095. PR-URL: #11196 Ref: #11195 --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 5d53095 commit 7eae6e9

12 files changed

+0
-12
lines changed

.github/workflows/lint_random_files.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,4 +604,3 @@ jobs:
604604
reviewers
605605
branch: 'fix-lint-errors'
606606
delete-branch: true
607-
sign-commits: true

.github/workflows/markdown_equations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ jobs:
188188
reviewers
189189
branch: markdown-insert-equations
190190
delete-branch: true
191-
sign-commits: true
192191

193192
# Create Markdown summary of the pull request:
194193
- name: 'Create summary'

.github/workflows/markdown_pkg_urls.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,3 @@ jobs:
162162
reviewers
163163
branch: markdown-pkg-urls
164164
delete-branch: true
165-
sign-commits: true

.github/workflows/markdown_related_packages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,3 @@ jobs:
174174
reviewers
175175
branch: markdown-related-packages
176176
delete-branch: true
177-
sign-commits: true

.github/workflows/markdown_tocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ jobs:
140140
reviewers
141141
branch: update-namespace-tocs
142142
delete-branch: true
143-
sign-commits: true
144143

145144
# Create Markdown summary of the pull request:
146145
- name: 'Create summary'

.github/workflows/namespace_exports.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,3 @@ jobs:
146146
reviewers
147147
branch: update-namespace-exports
148148
delete-branch: true
149-
sign-commits: true

.github/workflows/update_cli_permissions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,3 @@ jobs:
112112
reviewers
113113
branch: update-cli-permissions
114114
delete-branch: true
115-
sign-commits: true

.github/workflows/update_contributors.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ jobs:
131131
reviewers
132132
branch: update-contributors
133133
delete-branch: true
134-
sign-commits: true
135134

136135
# Create a pull request summary:
137136
- name: 'Create summary'

.github/workflows/update_error_databases.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,3 @@ jobs:
174174
reviewers
175175
branch: update-error-databases
176176
delete-branch: true
177-
sign-commits: true

.github/workflows/update_math_scaffold_databases.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ jobs:
142142
reviewers
143143
branch: update-math-scaffold-databases
144144
delete-branch: true
145-
sign-commits: true
146145

147146
# Create a pull request summary:
148147
- name: 'Create summary'

0 commit comments

Comments
 (0)