Skip to content

chore(deps): bump @sentry/node from 7.13.0 to 8.48.0 #677

chore(deps): bump @sentry/node from 7.13.0 to 8.48.0

chore(deps): bump @sentry/node from 7.13.0 to 8.48.0 #677

Workflow file for this run

name: Release Management
on:
pull_request:
types:
- closed
jobs:
misc:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
steps:
- name: Get Configurations
uses: Videndum/[email protected]
with:
settings: ${{ secrets.SETTINGS }}
mode: 'environment'
token: ${{ secrets.GITHUB_TOKEN }}
- name: actions/checkout
uses: actions/[email protected]
# Inclusive Org
- run: if [ ${{env.inclusive_org}} === 'owner' ]; then echo "inclusiveorg=${{github.repository_owner}}" >> $GITHUB_ENV ; else echo "inclusiveorg=${{env.inclusive_org}}" >> $GITHUB_ENV ; fi
- name: Invite contributor to the organization
uses: lekterable/[email protected]
if: ${{env.inclusive_enabled}} == true
with:
organization: ${{env.inclusiveorg}}
team: ${{env.inclusive_team}}
comment: ${{env.inclusive_comment}}
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
continue-on-error: true
# Sync Node meta
- name: Jaid/action-sync-node-meta
if: ${{env.syncNode_enabled}} == true
uses: jaid/[email protected]
with:
direction: ${{env.syncNode_direction}}
approve: ${{env.syncNode_approve}}
commitMessagePrefix: ${{env.syncNode_commitMessagePrefix}}
syncDescription: ${{env.syncNode_description}}
syncHomepage: ${{env.syncNode_homepage}}
syncKeywords: ${{env.syncNode_keywords}}
githubToken: ${{ secrets.BOT_TOKEN }}
# Debt Collection
- name: Generate technical debt issue
if: ${{env.debt_enabled}} == true
uses: teepsdonnelly/[email protected]
with:
title_prefix: 'debt:'
body_end: regex
token: ${{secrets.BOT_TOKEN}}
# Sentry
- name: Create Sentry release
if: ${{env.sentry_enabled}} == true &&
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ env.sentry_org }}
SENTRY_PROJECT: ${{ secrets.sentry_project }}
with:
environment: production