Skip to content

chore(deps): bump @sentry/node from 7.50.0 to 7.59.2 #57

chore(deps): bump @sentry/node from 7.50.0 to 7.59.2

chore(deps): bump @sentry/node from 7.50.0 to 7.59.2 #57

Workflow file for this run

name: Ignore dependabot on forks
on: pull_request
jobs:
dependabot-fork:
if: github.repository_owner != 'DIYgod' && github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
name: Ignore dependabot on forks
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Comment Dependabot PR
uses: thollander/actions-comment-pull-request@v2
with:
message: '@dependabot ignore this dependency'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}