Skip to content

Bump vmactions/freebsd-vm from 1.1.0 to 1.1.1 in the github-actions group #273

Bump vmactions/freebsd-vm from 1.1.0 to 1.1.1 in the github-actions group

Bump vmactions/freebsd-vm from 1.1.0 to 1.1.1 in the github-actions group #273

Workflow file for this run

name: changelog
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches:
- main
permissions:
contents: read
jobs:
check:
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: changelog
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
BASE_REF: ${{ github.event.pull_request.base.ref }}
run: .ci/scripts/check-changelog.sh