Skip to content

feat: federation 2.5 support (#347) #167

feat: federation 2.5 support (#347)

feat: federation 2.5 support (#347) #167

name: Continuous Integration
on:
push:
branches:
- main
- 'v*.x'
paths-ignore:
- '*.md'
jobs:
build:
uses: ./.github/workflows/build.yaml
integration:
needs: build
uses: ./.github/workflows/compatibility.yml

Check failure on line 17 in .github/workflows/continuous-integration.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/continuous-integration.yml

Invalid workflow file

error parsing called workflow ".github/workflows/continuous-integration.yml" -> "./.github/workflows/compatibility.yml" : failed to fetch workflow: workflow was not found.
release-notes:
timeout-minutes: 10
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}