File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 Target repository name.
2222 If not provided, the action will be triggered for all repositories in the organization.
2323 required : false
24+ type : string
2425 replicate-common-workflows :
2526 description : ' Replicate common workflows'
2627 required : false
3132 required : false
3233 default : true
3334 type : boolean
34- replicate-common-config-files :
35- description : ' Replicate common config files'
36- required : false
37- default : true
38- type : boolean
3935 replicate-cloud-core-dependabot :
4036 description : ' Replicate dependabot config file for Cloud-Core repos'
4137 required : false
4238 default : true
4339 type : boolean
44- replicate-superlinter-configs :
45- description : ' Replicate superlinter config file'
46- required : false
47- default : true
48- type : boolean
4940permissions :
5041 actions : write
5142 contents : read
Original file line number Diff line number Diff line change 3838 - name : " Drop warning if PR from fork"
3939 if : ${{ github.event.pull_request.base.repo.id != github.event.pull_request.head.repo.id }}
4040 run : |
41- echo "⚠️ Pull request from fork! ⚠️" >> $GITHUB_STEP_SUMMARY
42- echo "Labels will not be applied to PR. Assign them manually please." >> $GITHUB_STEP_SUMMARY
43- echo "Labels to assign: ${{ steps.action-assign-labels.outputs.labels-next }}" >> $GITHUB_STEP_SUMMARY
41+ {
42+ echo "⚠️ Pull request from fork! ⚠️";
43+ echo "Labels will not be applied to PR. Assign them manually please.";
44+ echo "Labels to assign: ${{ steps.action-assign-labels.outputs.labels-next }}";
45+ } >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments