This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from target/pull-request-template
typo-fixes-pull-request-template
- Loading branch information
Showing
4 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### ❤ THANKS FOR YOUR PULL REQUEST | ||
|
||
## Proposed change | ||
|
||
Describe your change and communicate why we should accept the pull request. Links to issues are helpful too, if applicable. | ||
|
||
## Types of changes | ||
|
||
What types of changes is this pull request introducing to this plugin? _Put an `x` in the boxes that apply_ | ||
|
||
- [ ] Bugfix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
|
||
## Checklist | ||
|
||
You can fill this out after creating your PR. _Put an `x` in the boxes that apply_ | ||
|
||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] I have added necessary documentation (if appropriate) |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,8 @@ module="${PARAMETER_MODULE:-}" | |
PARAMETER_RUN_DIR="${PARAMETER_RUN_DIR:-}" | ||
branch="${VELA_PULL_REQUEST_TARGET:-}" | ||
|
||
git config --global user.name "drone" | ||
git config --global user.email "[email protected].com" | ||
git config --global user.name "vela" | ||
git config --global user.email "vela@xyz.com" | ||
|
||
|
||
git fetch --no-tags origin "$branch" | ||
|