-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enh/Auto Add Pull Requests to QA Template #911
Merged
Merged
Conversation
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
Coverage Report
File CoverageNo changed files found. |
Visit the preview URL for this PR (updated for commit 10d69dd): https://roar-staging--pr911-enh-auto-add-prs-to-htkb7bxx.web.app (expires Mon, 04 Nov 2024 18:45:19 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2631e9c58fd0104ecbfddd72a62245ddac467460 |
roar-dashboard-e2e Run #8708
Run Properties:
|
Project |
roar-dashboard-e2e
|
Branch Review |
enh/auto-add-prs-to-qa-template
|
Run status |
Passed #8708
|
Run duration | 02m 04s |
Commit |
10d69ddff9: Component Tests for PR 911 "enh/Auto Add Pull Requests to QA Template" from comm...
|
Committer | Kyle |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
17
|
View all changes introduced in this branch ↗︎ |
ksmontville
added
[qa] low priority
This is a low priority QA item
and removed
[qa] low priority
This is a low priority QA item
labels
Oct 25, 2024
ksmontville
changed the title
Auto Add Pull Requests to QA Template
wip/Auto Add Pull Requests to QA Template
Oct 25, 2024
ksmontville
added
[qa] low priority
This is a low priority QA item
and removed
[qa] low priority
This is a low priority QA item
labels
Oct 25, 2024
ksmontville
added
enhancement
New feature or request
urgency: low
This issue can be resolved when time allows
impact: medium
Medium impact on the project as a whole
[qa] low priority
This is a low priority QA item
[qa] medium priority
This is a medium priority QA item
[qa] high priority
This is a high priority QA item
and removed
[qa] low priority
This is a low priority QA item
[qa] medium priority
This is a medium priority QA item
[qa] high priority
This is a high priority QA item
labels
Oct 25, 2024
ksmontville
changed the title
wip/Auto Add Pull Requests to QA Template
enh/Auto Add Pull Requests to QA Template
Oct 28, 2024
ksmontville
added
[qa] low priority
This is a low priority QA item
[qa] high priority
This is a high priority QA item
and removed
[qa] medium priority
This is a medium priority QA item
labels
Oct 28, 2024
Emily-ejag
previously approved these changes
Oct 28, 2024
kellyel
previously approved these changes
Oct 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat!
ksmontville
added
[qa] low priority
This is a low priority QA item
and removed
[qa] low priority
This is a low priority QA item
labels
Oct 28, 2024
ksmontville
force-pushed
the
enh/auto-add-prs-to-qa-template
branch
from
October 28, 2024 18:24
fd19d8f
to
7977e87
Compare
ksmontville
force-pushed
the
enh/auto-add-prs-to-qa-template
branch
from
October 28, 2024 18:41
7977e87
to
10d69dd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
impact: medium
Medium impact on the project as a whole
urgency: low
This issue can be resolved when time allows
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
This pull request introduces a GitHub action which automatically assigns pull requests to a given project based on label.
A new set of QA labels have been added to the dashboard repo. When a pull request is marked with one of:
That pull request will be automatically added to a QA project for review. This is a useful automation that will help the QA analysts organize their list of pull request that need testing.
The project URL and personal access token with scoped permissions are stored as repository secrets.
Types of changes
What types of changes does this pull request introduce?
Checklist
Justification of missing checklist items
Further comments