Skip to content

chore(deps): update all non-major dependencies with stable version (patch) #67

chore(deps): update all non-major dependencies with stable version (patch)

chore(deps): update all non-major dependencies with stable version (patch) #67

Workflow file for this run

name: On PR close
on:
pull_request:
types: ['closed']
jobs:
remove-pr-preview-comment:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
name: Remove PR preview comment from PR
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN_PUBLIC_PUBLISH }}
steps:
- name: Checkout Source Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Remove preview consumption comment
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
with:
header: pr_preview_consumption
delete: true
GITHUB_TOKEN: ${{ secrets.KONGPONENTS_BOT_PAT }}