Skip to content

chore(deps): update all non-major github actions with stable version (minor) #521

chore(deps): update all non-major github actions with stable version (minor)

chore(deps): update all non-major github actions with stable version (minor) #521

Workflow file for this run

name: On closing PR
on:
pull_request:
types: ['closed']
jobs:
remove-pr-preview-comment:
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 }}