Skip to content

Commit

Permalink
ci: Fix the requirement checker update PR title (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Mar 4, 2023
1 parent e7f9a4b commit d2b9881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/requirement-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
run: exit 1

update-requirement-checker:
name: "build: Update the RequirementChecker"
name: "Update the RequirementChecker"
if: ${{ github.repository == 'box-project/box' && github.ref_name == 'main' }}
runs-on: "ubuntu-latest"
steps:
Expand Down Expand Up @@ -335,6 +335,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
branch-suffix: random
delete-branch: true
title: "Update the RequirementChecker"
title: "build: Update the RequirementChecker"
committer: "box-bot <box-project-bot@example.com>"
commit-message: "Update the RequirementChecker"

0 comments on commit d2b9881

Please sign in to comment.