-
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 #230 from Invertus/INTERNAL/main-workflows
INTERNAL update workflows & pr (main)
- Loading branch information
Showing
3 changed files
with
45 additions
and
0 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,23 @@ | ||
## Self-Checks | ||
- [ ] I have performed a self-review of my code. | ||
- [ ] I have updated/added necessary technical documentation in the [README](/README.md) file. | ||
|
||
## Summary | ||
<!-- Briefly explain the purpose of this PR in 1-2 sentences --> | ||
|
||
## QA Checklist Labels | ||
- [ ] Bug fix? <!-- Maps to "bug" label --> | ||
- [ ] New feature? <!-- Maps to "feature" label --> | ||
- [ ] Improvement? <!-- Maps to "improvement" label --> | ||
- [ ] Technical debt? <!-- Maps to "debt" label --> | ||
- [ ] Reusable? <!-- Maps to "reuse" label --> | ||
- [ ] Covered by tests? <!-- Maps to "tested" label --> | ||
|
||
## QA Checklist | ||
<!-- Provide related ticket/PR's --> | ||
|
||
## Additional Context | ||
<!-- Provide a concise description of the changes made in this PR. --> | ||
|
||
## Frontend Changes | ||
<!-- If applicable, provide visual elements such as screenshots, GIFs, or videos to demonstrate frontend changes. --> |
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,10 @@ | ||
name: Apply Labels Based on PR Template | ||
|
||
on: | ||
pull_request: | ||
types: [opened, edited] | ||
|
||
jobs: | ||
label-management: | ||
uses: Invertus/github-templates/.github/workflows/[email protected] | ||
secrets: inherit |
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,12 @@ | ||
name: Names rules | ||
|
||
on: [pull_request, workflow_dispatch] | ||
|
||
jobs: | ||
branch-name-check: | ||
uses: Invertus/github-templates/.github/workflows/[email protected] | ||
secrets: inherit | ||
|
||
pr-title-check: | ||
uses: Invertus/github-templates/.github/workflows/[email protected] | ||
secrets: inherit |