diff --git a/.github/workflows/monorepo_pin_update.yaml b/.github/workflows/monorepo_pin_update.yaml index 8359be983..77af791ed 100644 --- a/.github/workflows/monorepo_pin_update.yaml +++ b/.github/workflows/monorepo_pin_update.yaml @@ -14,10 +14,10 @@ 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 @@ -25,17 +25,16 @@ jobs: 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