Skip to content

chore(deps): bump @sentry/tracing from 7.13.0 to 7.120.3 #1466

chore(deps): bump @sentry/tracing from 7.13.0 to 7.120.3

chore(deps): bump @sentry/tracing from 7.13.0 to 7.120.3 #1466

name: Command Management
on:
issue_comment:
types: [created, edited]
jobs:
# Automatically reverts commits on request
profanityCheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Profanity check step
if: ${{env.checkProfanity}} == true
uses: tailaiw/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
continue-on-error: true
slashCommandDispatch:
if: github.event.action == 'created'
runs-on: ubuntu-latest
steps:
- name: Get Configurations
uses: Videndum/[email protected]
with:
settings: ${{ secrets.SETTINGS }}
mode: 'environment'
token: ${{ secrets.GITHUB_TOKEN }}
# Advanced JSON configuration
- name: Slash Command Dispatch (JSON)
id: scd
uses: peter-evans/[email protected]
with:
token: ${{ secrets.BOT_TOKEN }}
config: ${{env.command_settings}}
- name: Edit comment with error message
if: steps.scd.outputs.error-message
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ github.event.comment.id }}
body: |
> ${{ steps.scd.outputs.error-message }}