Skip to content

upgrade-classification-with-intercom-client #61

upgrade-classification-with-intercom-client

upgrade-classification-with-intercom-client #61

# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
name: upgrade-classification-with-intercom-client
on:
schedule:
- cron: 0 0 * * 1
workflow_dispatch: {}
jobs:
upgrade-classification-with-intercom-client:
name: upgrade-classification-with-intercom-client
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: classification-with-intercom/intercom-client
- run: yarn upgrade
working-directory: classification-with-intercom/intercom-client
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
commit-message: "chore: upgrade classification-with-intercom-client"
branch: auto/projen-upgrade-classification-with-intercom-client
title: "chore: upgrade classification-with-intercom-client"
body: This PR upgrades classification-with-intercom-client
labels: auto-merge, auto-approve
author: github-actions <[email protected]>
committer: github-actions <[email protected]>
signoff: true