Skip to content

Consume @openshock/svelte-core in the captive portal #89

Consume @openshock/svelte-core in the captive portal

Consume @openshock/svelte-core in the captive portal #89

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
pull-requests: write
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- name: Run change file check
uses: OpenShock/release-tool@8530d21255e619e58bdf7e55c3299a3c8f7bf4ad # v0.2.2
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