Skip to content

Commit

Permalink
fix: update monorepo pin
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Nov 1, 2024
1 parent 4002bdb commit 2efdb54
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/monorepo_pin_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,27 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: taiki-e/install-action@just
- uses: dtolnay/rust-toolchain@stable
- name: Update Monorepo Commit
- name: Update Monorepo Commit
run: just update-monorepo
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update Monorepo Commit
signoff: false
branch: bot/update-monorepo
base: main
delete-branch: true
title: '[BOT] Update Monorepo'
title: '[BOT] Update Monorepo Commit'
body: |
### Description
Automated PR to update the monorepo commit.
labels: |
A-ci
C-bot
assignees: refcell
sign-commits: true
draft: false

0 comments on commit 2efdb54

Please sign in to comment.