Skip to content

Commit

Permalink
chore(github): Enable merge-queues for defsec PRs (#1403)
Browse files Browse the repository at this point in the history
Signed-off-by: Simar <[email protected]>
  • Loading branch information
simar7 authored Jul 27, 2023
1 parent a709b9b commit a8e0f42
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
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

0 comments on commit a8e0f42

Please sign in to comment.