diff --git a/.github/workflow-rules.json b/.github/workflow-rules.json new file mode 100644 index 0000000000..1e0604dc80 --- /dev/null +++ b/.github/workflow-rules.json @@ -0,0 +1,9 @@ +[ + { + "id": "1", + "description": "Collaborators only", + "eligibleActors": ["Stanzilla", "InfusOnWoW", "mrbuds", "emptyrivers"], + "failureMessage": "Workflow can only be triggered by a collaborator!", + "failSilently": false + } +]