Skip to content

build(deps): bump mongoose from 8.6.3 to 8.8.3 in /backend #1

build(deps): bump mongoose from 8.6.3 to 8.8.3 in /backend

build(deps): bump mongoose from 8.6.3 to 8.8.3 in /backend #1

Workflow file for this run

name: PR validation
on:
pull_request_target:
types:
- opened
- reopened
branches:
- main
jobs:
if_new_pr:
name: PR validation
if: ${{ github.head_ref != 'dev' && !startsWith(github.head_ref, 'imgbot/') && !startsWith(github.head_ref, 'hotfix/') }}
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Comment on PR
uses: peter-evans/create-or-update-comment@v4.0.0
with:
issue-number: ${{ github.event.number }}
body: |
Hi! You've opened a PR to the `main` branch.
Please target the `dev` branch for future PRs.
Thanks! @${{ github.actor }}
reactions: confused