Skip to content

[GitHub] Update to 1.1.4-b5681abce03354e41943d59e8d8bc4a6 from 1.1.4-258d33610c11c1d10d29617d894e1ce8 #429

[GitHub] Update to 1.1.4-b5681abce03354e41943d59e8d8bc4a6 from 1.1.4-258d33610c11c1d10d29617d894e1ce8

[GitHub] Update to 1.1.4-b5681abce03354e41943d59e8d8bc4a6 from 1.1.4-258d33610c11c1d10d29617d894e1ce8 #429

Workflow file for this run

name: "CI: GitHub"
on:
pull_request:
paths:
- ".github/workflows/ci-GitHub.yaml"
- ".github/workflows/generate-GitHub.yaml"
- ".github/workflows/release-management-GitHub.yaml"
- "clients/GitHub/**"
## This workflow needs the `pull-request` permissions to work for the package diffing
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions:
pull-requests: write
contents: read
jobs:
ci:
name: Continuous Integration
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
with:
disableMarkdownLinkCheck: true
disableSetMilestone: true
workingDirectory: "clients/GitHub"