Skip to content

chore(deps): update frontend dependencies (major) #844

chore(deps): update frontend dependencies (major)

chore(deps): update frontend dependencies (major) #844

Workflow file for this run

# This file is part of Edgehog.
#
# Copyright 2025, 2026 SECO Mind Srl
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
name: fast-forward
on:
issue_comment:
types: [created, edited]
jobs:
fast-forward:
# Only run if the comment contains the /fast-forward command.
if: ${{ contains(github.event.comment.body, '/fast-forward') && github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
id: app-token
with:
app-id: ${{ vars.EDGEHOG_APP_APP_ID }}
private-key: ${{ secrets.EDGEHOG_APP_PRIVATE_KEY }}
- name: Fast forwarding
uses: sequoia-pgp/fast-forward@v1
with:
github_token: ${{ steps.app-token.outputs.token }}
merge: true
comment: on-error