Skip to content

Commit

Permalink
[TASK] Use uppercase commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Jan 17, 2024
1 parent c1de27b commit 212545a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly_pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
uses: peter-evans/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "[automated] ${{ matrix.actions.name }}"
commit-message: "[AUTOMATED] ${{ matrix.actions.name }}"
base: 'main'
branch: ${{ matrix.actions.branch }}
title: '[automated] ${{ matrix.actions.name }}'
title: '[AUTOMATED] ${{ matrix.actions.name }}'
delete-branch: true
-
name: Enable Pull Request Automerge
Expand Down

0 comments on commit 212545a

Please sign in to comment.