Skip to content

build(deps-dev): bump node-gyp from 10.2.0 to 11.0.0 in /workspaces/upptime #1031

build(deps-dev): bump node-gyp from 10.2.0 to 11.0.0 in /workspaces/upptime

build(deps-dev): bump node-gyp from 10.2.0 to 11.0.0 in /workspaces/upptime #1031

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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- name: PR sync
uses: backstage/actions/pr-sync@v0.6.16
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