Skip to content

upgrade-claude-tools-chatbot #20

upgrade-claude-tools-chatbot

upgrade-claude-tools-chatbot #20

# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
name: upgrade-claude-tools-chatbot
on:
schedule:
- cron: 0 0 * * 1
workflow_dispatch: {}
jobs:
upgrade-claude-tools-chatbot:
name: upgrade-claude-tools-chatbot
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- run: yarn install --check-files --frozen-lockfile
working-directory: claude-tools-chatbot
- run: yarn upgrade
working-directory: claude-tools-chatbot
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
commit-message: "chore: upgrade claude-tools-chatbot"
branch: auto/projen-upgrade-claude-tools-chatbot
title: "chore: upgrade claude-tools-chatbot"
body: This PR upgrades claude-tools-chatbot
labels: auto-merge, auto-approve
author: github-actions <github-actions@github.com>
committer: github-actions <github-actions@github.com>
signoff: true