This repository defines basic, shareable settings for repositories owned by this organization.
Files defined in .github (excluding settings.yml) contain configurations that can be extended by other repositories in this organization. For more details, see probot-config/recipes.
-
To simulate a push event that does not modify the
.github/organization/members.yml
file:act -e .act/push-no-members-file-modifications.json -s ORG_MEMBERSHIP_MANAGEMENT_TOKEN=[personal access token]
-
To simulate a push event that modifies the
.github/organization/members.yml
file:✅ The action will still use your local file
act -e .act/push-members-file-modifications.json -s ORG_MEMBERSHIP_MANAGEMENT_TOKEN=[personal access token]
To validate settings, simply run npm run lint
.
To validate Github workflows before pushing a PR, simply run npm run lint:workflows
.