File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 1919# Workflow name:
2020name : check_contributing_guidelines_acceptance
2121
22- # Workflow triggers:
23- on :
24- # Allow the workflow to be triggered by other workflows
25- workflow_call :
26- # Define the input parameters for the workflow:
27- inputs :
28- pull_request_number :
29- description : ' Pull request number'
30- required : true
31- type : number
32- user :
33- required : true
34- type : string
35- # Define the secrets accessible by the workflow:
36- secrets :
37- STDLIB_BOT_GITHUB_TOKEN :
38- description : ' stdlib-bot GitHub token to create pull request comments'
39- required : true
40-
41- # Trigger on pull request events:
42- pull_request_target :
43- types :
44- - opened
45- - reopened
46- - edited
47-
4822# Global permissions:
4923permissions :
5024 # Allow read-only access to the repository contents:
You can’t perform that action at this time.
0 commit comments