Skip to content

Commit c8fa4e7

Browse files
authored
Update check_contributing_guidelines_acceptance.yml
Signed-off-by: Nate Rush <[email protected]>
1 parent 3fdf275 commit c8fa4e7

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/check_contributing_guidelines_acceptance.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,6 @@
1919
# Workflow name:
2020
name: 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:
4923
permissions:
5024
# Allow read-only access to the repository contents:

0 commit comments

Comments
 (0)