-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
564 changed files
with
12,335 additions
and
7,902 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
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 |
---|---|---|
@@ -1,39 +1,17 @@ | ||
<!-- | ||
Please follow these rules: | ||
1. SUBJECT: use format [PRJ-123] Verb in past tense with dot at the end. | ||
- This subject will be used as a commit message after PR is merged. | ||
- Verbs are usually one of these: Updated, Refactored, Removed, Changed, Added. | ||
- If there is no ticket - do not put [NOTICKET]. | ||
https://salsadigital.atlassian.net/browse/CIVIC-<NUMBER> | ||
|
||
2. BODY: fill-in the template below. | ||
## Checklist before requesting a review | ||
|
||
3. CONFLICTS: Make sure that there are no conflicts in your PR. Resolve them before submitting PR for review. | ||
- [ ] I have formatted the subject to include ticket number as `[CIVIC-123] Verb in past tense with dot at the end.` | ||
- [ ] I have added a link to the JIRA ticket | ||
- [ ] I have provided information in `Changed` section about WHY something was done if this was not a normal implementation | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] I have run new and existing relevant tests locally with my changes, and they passed | ||
- [ ] I have provided screenshots, where applicable | ||
|
||
4. COMMENTS: Scan through your PR yourself and comment on the lines that does not look clear enough. This will save SIGNIFICANT time for reviewer to approve the PR. | ||
## Changed | ||
1. | ||
|
||
5. LABEL: Assign 'Needs review' label as soon as you ready to have this reviewed. | ||
6. ASSIGNEE: Assign at least 2 reviewers. | ||
7. SLACK: Post a link to this PR to #developers channel. | ||
No need to remove these lines - they are comments. | ||
--> | ||
|
||
**Issue URL:** | ||
|
||
### Changed | ||
<!-- | ||
Provide a list of what was added/changed/removed etc. | ||
Start with a verb so that it is clear what has happened:Added/ Updated/Removed/Refactored etc. | ||
Also, explain WHY something was done if this was not a normal implementation. | ||
--> | ||
1. | ||
|
||
### Screenshots | ||
|
||
<!-- | ||
Provide as many screenshots as required to make reviewers understand what was changed. | ||
--> | ||
## Screenshots |
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,16 @@ | ||
name: "Auto-label a PR with a conflict" | ||
on: | ||
push: | ||
pull_request_target: | ||
types: [synchronize] | ||
|
||
jobs: | ||
main: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check if PRs have conflicts | ||
uses: eps1lon/actions-label-merge-conflict@releases/2.x | ||
with: | ||
dirtyLabel: "CONFLICT" | ||
removeOnDirtyLabel: "Needs review" | ||
repoToken: "${{ secrets.GITHUB_TOKEN }}" |
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
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
Oops, something went wrong.