Skip to content
Merged
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
11 changes: 7 additions & 4 deletions .github/workflows/feature-matrix-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout adk-docs repo
uses: actions/checkout@v4
Expand All @@ -27,8 +30,8 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "feat: propose new documentation"
title: "Proposed Documentation Update"
body: "This is an auto-generated PR with new documentation."
branch: "new-documentation-proposal"
commit-message: "feat: propose update to feature matrix"
title: "Proposed Update to Feature Matrix"
body: "This is an auto-generated PR with new content for the feature matrix."
branch: "new-feature-matrix-proposal"
delete-branch: true