Skip to content

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /workspaces/upptime #831

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /workspaces/upptime

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /workspaces/upptime #831

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: PR sync
uses: backstage/actions/[email protected]
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