-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom properties are applied during pull request #734
Comments
The custom_properties plugin doesn't have the code for |
The same problem is also with environments unfortunately. These are both from a security perspective, critical components as we use custom properties for targetting rulesets being applied now on branches. |
Is then dry-run is effectively unsupported for various plugins?
Which led me to believe all changes will be dry-run on PR. |
That'd be great. Thanks @PendaGTP |
Based on my experience reviewing the codebase, the dry-run/nop mode support varies across plugins: Currently supported:
Not supported:
Partially supported:
|
Problem Description
When in PR mode, adding a custom property results in the property added before being merged into main.
What is actually happening
Can see the changes in the PR, once i did a different unrelated change, i could see autolinks still waiting to be applied but the custom properties were applied.
What is the expected behavior
Custom properties are only applied in main
Error output, if available
Context
Are you using the hosted instance of probot/settings or running your own?
Running our own in PR mode
If running your own instance, are you using it with github.com or GitHub Enterprise?
Github.com
Version of probot/settings
latest
Version of GitHub Enterprise
The text was updated successfully, but these errors were encountered: