Skip to content

build(deps-dev): bump @changesets/cli from 2.28.1 to 2.29.0 in /workspaces/confluence #1652

build(deps-dev): bump @changesets/cli from 2.28.1 to 2.29.0 in /workspaces/confluence

build(deps-dev): bump @changesets/cli from 2.28.1 to 2.29.0 in /workspaces/confluence #1652

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- closed
issue_comment:
types:
- created
jobs:
sync:
runs-on: ubuntu-latest
# Avoid running on issue comments
if: github.repository == 'philips-software/philips-backstage-plugins' && ( github.event.pull_request || github.event.issue.pull_request )
steps:
- name: Harden Runner
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
with:
egress-policy: audit
- name: PR sync
uses: backstage/actions/pr-sync@v0.6.17
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
app-id: ${{ secrets.BACKSTAGE_BOT_APPLICATION_ID }}
private-key: ${{ secrets.BACKSTAGE_BOT_PRIVATE_KEY }}
installation-id: ${{ secrets.BACKSTAGE_BOT_INSTALLATION_ID }}
auto-assign: false