test: verify auto-close workflow (PR should auto-close)#478
Closed
bdraco wants to merge 1 commit into
Closed
Conversation
|
Hi @bdraco, thanks for opening a pull request! 🎉 It looks like this PR was opened from the
Please re-open this as a new PR from a dedicated feature branch. The usual flow looks like: # Make sure your fork's master is up to date with upstream
git remote add upstream https://github.com/sblibs/pySwitchbot.git # if you haven't already
git fetch upstream
git checkout master
git reset --hard upstream/master
git push --force-with-lease origin master
# Create a new branch for your change and cherry-pick / re-apply your commits there
git checkout -b my-feature-branch upstream/master
# ...re-apply your changes, then:
git push origin my-feature-branchThen open a new pull request from Closing this PR for now — sorry for the friction, and thanks again for contributing! ❤️ |
18 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Test PR to verify the workflow added in #477. This PR is opened from
bdraco:master(a fork's default branch) and should be auto-closed by the workflow with a friendly comment.Will be reverted on bdraco/master after the test.