Skip to content
Open
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/api-level-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [main, support/2.x.x]
pull_request:
branches: [main, support/2.x.x]
merge_group:

jobs:
lint-api-level:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Auto-merge dependabot updates
on:
pull_request:
branches: [ main ]
merge_group:

permissions:
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [main, support/2.x.x]
merge_group:
schedule:
- cron: '0 1 * * 4'
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conflicting-pr-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
pull_request:
types: [synchronize]
branches: [main, support/2.x.x]
merge_group:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Java CI with Gradle
on:
pull_request:
branches: [main, support/2.x.x]
merge_group:
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main, support/2.x.x]
pull_request:
types: [opened, synchronize, reopened]
merge_group:

env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
Loading