Skip to content

build(deps-dev): bump @backstage/test-utils from 1.5.5 to 1.5.6 in /workspaces/upptime #491

build(deps-dev): bump @backstage/test-utils from 1.5.5 to 1.5.6 in /workspaces/upptime

build(deps-dev): bump @backstage/test-utils from 1.5.5 to 1.5.6 in /workspaces/upptime #491

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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- name: PR sync
uses: backstage/actions/pr-sync@v0.6.11
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