Skip to content
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
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ on:
- "2.25.x"
- "release/2*"
pull_request:
types:
# Standard types
- opened
- synchronize
- reopened
# Used in Dependabot PRs to retrigger required workflows
- ready_for_review

# Cancel in-progress runs when a newer commit lands on the same PR; pushes to 2.x run to completion.
concurrency:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ on:
branches: [ "2.x", "main" ]
pull_request:
branches: [ "2.x", "main" ]
types:
# Standard types
- opened
- synchronize
- reopened
# Used in Dependabot PRs to retrigger required workflows
- ready_for_review
schedule:
- cron: '32 12 * * 5'

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/process-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ jobs:
}}
uses: apache/logging-parent/.github/workflows/process-dependabot-reusable.yaml@gha/v0
permissions:
# The default GITHUB_TOKEN will be used to enable the "auto-merge" on the PR
# This requires the following two permissions:
# Append the changelog commit
contents: write
# Convert the PR into draft
pull-requests: write
secrets:
# This token will be used to push new content to the repo and trigger workflows again
RECURSIVE_TOKEN: ${{ secrets.DEPENDABOT_TOKEN }}
with:
# The path to the changelog directory for the current development branch.
changelog-path: src/changelog/.2.x.x