You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Previously, the repo's package-release workflow badge would go red (for a failure) if a deployment was rejected. Now the remainder of the jobs in the workflow will simply skip so that no changes are applied to the repo. This allows the workflow run history to be preserved while still allowing the badge to stay green.
Types of changes
What types of changes does your code introduce? Put an x in the boxes that apply
New feature (non-breaking change which adds functionality)
Functionality update (non-breaking change which updates or changes existing functionality)
CI/CD update (an update to the CI/CD workflows, scripts, and/or configurations)
Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
I have followed the guidelines in the CONTRIBUTING document
I have signed the CLA
I have checked to ensure there aren't other open Pull Requests for the same update/change
I have created (or updated) an Issue to track the status of this update/change and updated the link in this PR description (see above in the Proposed changes section) using the wording Addresses #<issue_number>
I have performed a self-review of my code
My code follows the style guidelines of this project
I have commented my code, particularly in hard-to-understand areas
Basic linting passes locally with my changes
I have added necessary documentation (if appropriate)
I have updated the Changelog with a brief description of my changes
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. 1 out of 2 committers have signed the CLA.
✅ nfelt14 ❌ renovate[bot] You have signed the CLA already but the status is still pending? Let us recheck it.
fix: Update method of checking for approved runs to also account for the PSR step failing
test: Allow testing
� This is the commit message #3:
test: Allow testing
� This is the commit message #4:
0.0.1
Automatically generated by python-semantic-release
� This is the commit message #5:
Revert "test: Allow testing"
This reverts commit 9c9a5cd.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Previously, the repo's package-release workflow badge would go red (for a failure) if a deployment was rejected. Now the remainder of the jobs in the workflow will simply skip so that no changes are applied to the repo. This allows the workflow run history to be preserved while still allowing the badge to stay green.
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Addresses #<issue_number>