-
-
Notifications
You must be signed in to change notification settings - Fork 0
21 lines (21 loc) · 709 Bytes
/
Copy pathci-GitHub.yaml
File metadata and controls
21 lines (21 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"