Skip to content

feat: migrate default weekend and holiday colors to red (folly) #116

feat: migrate default weekend and holiday colors to red (folly)

feat: migrate default weekend and holiday colors to red (folly) #116

name: Release Notification Required
on:
push:
branches:
- release-please--branches--main
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- unlabeled
permissions:
contents: read
jobs:
release-notification-required:
if: >-
github.event_name == 'push' ||
(github.event.pull_request.head.repo.full_name == github.repository &&
(contains(github.event.pull_request.labels.*.name, 'autorelease: pending') ||
startsWith(github.event.pull_request.head.ref, 'release-please--')))
runs-on: ubuntu-24.04
steps:
- name: Check out repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Verify release notification manifest entry
run: node scripts/check-release-notification.js