Skip to content

Commit

Permalink
chore(schemas): update
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Apr 1, 2024
1 parent 7a8e54e commit c5c6e12
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions __tests__/helpers/github-workflow-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
"issues",
"label",
"merge_group",
"member",
"milestone",
"page_build",
"project",
Expand Down Expand Up @@ -756,18 +755,6 @@
}
}
},
"member": {
"$comment": "https://help.github.com/en/github/automating-your-workflow-with-github-actions/events-that-trigger-workflows#member-event-member",
"$ref": "#/definitions/eventObject",
"description": "Runs your workflow anytime the member event occurs. More than one activity type triggers this event. For information about the REST API, see https://developer.github.com/v3/repos/collaborators/.",
"properties": {
"types": {
"$ref": "#/definitions/types",
"items": { "type": "string", "enum": ["added", "edited", "deleted"] },
"default": ["added", "edited", "deleted"]
}
}
},
"merge_group": {
"$comment": "https://help.github.com/en/github/automating-your-workflow-with-github-actions/events-that-trigger-workflows#merge_group",
"$ref": "#/definitions/eventObject",
Expand Down

0 comments on commit c5c6e12

Please sign in to comment.