-
Notifications
You must be signed in to change notification settings - Fork 202
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
Add automation for moving issue cards #4
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
Closed
zackkrida
approved these changes
Apr 23, 2021
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.
Nice 👍 left one small comment but feel free to address it and merge.
zackkrida
approved these changes
Apr 23, 2021
obulat
pushed a commit
that referenced
this pull request
Mar 27, 2024
Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com> FEAT - Add lot for the content instead of a prop (#2) Closes #2 Co-authored-by: Stagge <jonatan.stagge@gmail.com> TEST - Add tests for VTag (#7) Added tests for Vtag, tests include: All props are sent to VButton VTag renders slot content Renders anchor tag. Co-authored-by: Stagge <jonatan.stagge@gmail.com> FEAT - Ensure inner VButton emits and handles events in VTag #4 Closes #4 Added accessibility label (#10) - Added aria-label to indicate that that the link is a tag Improvements from review lint Signed-off-by: Olga Bulat <obulat@gmail.com>
obulat
added a commit
that referenced
this pull request
Mar 27, 2024
Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com> FEAT - Add lot for the content instead of a prop (#2) Closes #2 Co-authored-by: Stagge <jonatan.stagge@gmail.com> TEST - Add tests for VTag (#7) Added tests for Vtag, tests include: All props are sent to VButton VTag renders slot content Renders anchor tag. Co-authored-by: Stagge <jonatan.stagge@gmail.com> FEAT - Ensure inner VButton emits and handles events in VTag #4 Closes #4 Added accessibility label (#10) - Added aria-label to indicate that that the link is a tag Improvements from review lint Signed-off-by: Olga Bulat <obulat@gmail.com>
obulat
added a commit
that referenced
this pull request
Mar 27, 2024
Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com> FEAT - Add lot for the content instead of a prop (#2) Closes #2 Co-authored-by: Stagge <jonatan.stagge@gmail.com> TEST - Add tests for VTag (#7) Added tests for Vtag, tests include: All props are sent to VButton VTag renders slot content Renders anchor tag. Co-authored-by: Stagge <jonatan.stagge@gmail.com> FEAT - Ensure inner VButton emits and handles events in VTag #4 Closes #4 Added accessibility label (#10) - Added aria-label to indicate that that the link is a tag Improvements from review lint Signed-off-by: Olga Bulat <obulat@gmail.com>
obulat
added a commit
that referenced
this pull request
Mar 27, 2024
…3887) * Use query parameters for API collections Signed-off-by: Olga Bulat <obulat@gmail.com> * Fix source validation Signed-off-by: Olga Bulat <obulat@gmail.com> * Update documentation Signed-off-by: Olga Bulat <obulat@gmail.com> * Update api/api/serializers/media_serializers.py Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu> * Update api/api/serializers/docs.py Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu> * Update api/api/docs/base_docs.py Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu> * Update api/api/serializers/docs.py Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu> * Rename env variable to SHOW_COLLECTION_DOCS Signed-off-by: Olga Bulat <obulat@gmail.com> * Combine search request source serializer with search request serializer Signed-off-by: Olga Bulat <obulat@gmail.com> * Move index validation to media_serializer Signed-off-by: Olga Bulat <obulat@gmail.com> * Remove MediaListRequestSerializer Signed-off-by: Olga Bulat <obulat@gmail.com> * Update tests Signed-off-by: Olga Bulat <obulat@gmail.com> * Use .format for doc strings Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com> FEAT - Add lot for the content instead of a prop (#2) Closes #2 Co-authored-by: Stagge <jonatan.stagge@gmail.com> TEST - Add tests for VTag (#7) Added tests for Vtag, tests include: All props are sent to VButton VTag renders slot content Renders anchor tag. Co-authored-by: Stagge <jonatan.stagge@gmail.com> FEAT - Ensure inner VButton emits and handles events in VTag #4 Closes #4 Added accessibility label (#10) - Added aria-label to indicate that that the link is a tag Improvements from review lint Signed-off-by: Olga Bulat <obulat@gmail.com> * Add comments on when fields need to be updated Signed-off-by: Olga Bulat <obulat@gmail.com> --------- Signed-off-by: Olga Bulat <obulat@gmail.com> Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
obulat
pushed a commit
that referenced
this pull request
Mar 28, 2024
Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com> FEAT - Add lot for the content instead of a prop (#2) Closes #2 Co-authored-by: Stagge <jonatan.stagge@gmail.com> TEST - Add tests for VTag (#7) Added tests for Vtag, tests include: All props are sent to VButton VTag renders slot content Renders anchor tag. Co-authored-by: Stagge <jonatan.stagge@gmail.com> FEAT - Ensure inner VButton emits and handles events in VTag #4 Closes #4 Added accessibility label (#10) - Added aria-label to indicate that that the link is a tag Improvements from review lint Signed-off-by: Olga Bulat <obulat@gmail.com>
obulat
added a commit
that referenced
this pull request
Apr 1, 2024
* VTag improvements Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com> FEAT - Add lot for the content instead of a prop (#2) Closes #2 Co-authored-by: Stagge <jonatan.stagge@gmail.com> TEST - Add tests for VTag (#7) Added tests for Vtag, tests include: All props are sent to VButton VTag renders slot content Renders anchor tag. Co-authored-by: Stagge <jonatan.stagge@gmail.com> FEAT - Ensure inner VButton emits and handles events in VTag #4 Closes #4 Added accessibility label (#10) - Added aria-label to indicate that that the link is a tag Improvements from review lint Signed-off-by: Olga Bulat <obulat@gmail.com> * Update unit tests Signed-off-by: Olga Bulat <obulat@gmail.com> --------- Signed-off-by: Olga Bulat <obulat@gmail.com> Co-authored-by: Stagge <jonatan.stagge@gmail.com>
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.
Fixes #2.
This PR adds automation for moving cards containing issues that are linked to PRs from the "To do" and "Backlog" columns to the "In progress" column of the project.