Skip to content

build(deps): Bump the ci-cd group across 1 directory with 2 updates #22

build(deps): Bump the ci-cd group across 1 directory with 2 updates

build(deps): Bump the ci-cd group across 1 directory with 2 updates #22

Workflow file for this run

on:
pull_request:
branches: [develop, beta, master]
types: [opened, reopened, synchronize, ready_for_review, labeled, unlabeled]
name: check-changes
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 5
if: >-
!github.event.pull_request.draft &&
!contains(github.event.pull_request.labels.*.name, 'no-changelog')
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
- name: Run change file check
uses: OpenShock/release-tool@v0.1.0-alpha.7
with:
mode: check
base-ref: ${{ github.event.pull_request.base.ref }}
base-sha: ${{ github.event.pull_request.base.sha }}
pr-number: ${{ github.event.pull_request.number }}
- name: Upload verdict
if: always()
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: release-check
path: release-check.json
if-no-files-found: warn