Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

chore(github): Enable merge-queues for defsec PRs #1403

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/adapter-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: adapter-lint
on:
pull_request:
merge_group:
jobs:
adapter-lint:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
- main
pull_request:
merge_group:
permissions:
contents: read
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-bundle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: test rego bundle
on:
pull_request:
merge_group:
env:
GO_VERSION: "1.18"
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: test go
on:
pull_request:
merge_group:
schedule:
- cron: 0 23 * * *
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-rego.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
paths-ignore:
- '**/*.md'
- 'LICENSE'
merge_group:
env:
GO_VERSION: "1.18"
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-schema.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: verify schema
on:
pull_request:
merge_group:
jobs:
build:
name: verifying schema
Expand Down