This repository was archived by the owner on Jun 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 22
33name : Documentation Policy Check
44on :
5- workflow_call :
6- inputs :
7- documentation-repo :
8- type : string
9- required : true
10- description : " Write down the Documentation Repository that needs to be merged first"
11-
12- production-repos :
13- type : string
14- required : true
15- description : " Write down every repository that has to wait for documentation to be merged first."
16-
17-
18-
19-
20-
5+ pull_request
216
227jobs :
238 documentation_check :
24- uses : ./.github/workflows/attestor.yml
9+ uses : ./.github/workflows/attestor.yaml
2510 with :
2611 documentation-repo : ${{ inputs.documentation-repo }}
27- production-repos : ${{ inputs.production-repo }}
12+ production-repos : ${{ inputs.production-repo}}
2813
You can’t perform that action at this time.
0 commit comments