Skip to content

Commit

Permalink
ci: add CODEOWNERS and modify create pull request action
Browse files Browse the repository at this point in the history
  • Loading branch information
dharsanb authored Jan 14, 2025
1 parent 3bc0807 commit 97bae4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Humanitec/backend
13 changes: 7 additions & 6 deletions .github/workflows/scheduled-update-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PAT }}
commit-message: Update dependencies
title: Update client
body: |
Re-generated the client based on the api schema.
branch: update-client
token: ${{ secrets.PAT }}
commit-message: "chore: update client"
title: Update client
author: 'HumanitecBot <[email protected]>'
body: |
Re-generated the api-client based on the latest api schema.
branch: update-client

0 comments on commit 97bae4f

Please sign in to comment.