File: verifyFreezePeriod.yml

package info (click to toggle)
eclipse-platform-resources 4.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,008 kB
  • sloc: java: 98,215; xml: 1,934; ansic: 870; makefile: 38
file content (12 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
# This workflow calls the Code-Freeze-Period check

name: Check Code Freeze Period

on:
  pull_request:
    branches: 
     - 'master'

jobs:
  check-freeze-period:
    uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/verifyFreezePeriod.yml@master