mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 19:27:21 +00:00
Merge c7c03beee5
into cb7a51e85f
This commit is contained in:
commit
852b468e9d
3 changed files with 21 additions and 2 deletions
14
.asf.yaml
14
.asf.yaml
|
@ -36,3 +36,17 @@ github:
|
|||
rebase: false
|
||||
features:
|
||||
issues: true
|
||||
protected_branches:
|
||||
main:
|
||||
required_status_checks:
|
||||
contexts:
|
||||
- "codestyle"
|
||||
- "lint"
|
||||
- "benchmark-lint"
|
||||
- "compile"
|
||||
- "docs"
|
||||
- "compile-no-std"
|
||||
- "test (stable)"
|
||||
- "test (beta)"
|
||||
- "test (nightly)"
|
||||
- "Release Audit Tool (RAT)"
|
||||
|
|
1
.github/workflows/license.yml
vendored
1
.github/workflows/license.yml
vendored
|
@ -23,6 +23,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -17,13 +17,17 @@
|
|||
|
||||
name: Rust
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'gh-readonly-queue/**'
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
|
||||
codestyle:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue