-
Notifications
You must be signed in to change notification settings - Fork 18
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
Initial repo maintenance #343
Merged
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
e10a480
chore: Add catalog-info file and upgrade-python file as per initial r…
salman2013 68136b5
chore: update owner in catalog file
salman2013 9331ef4
chore: update team reviewer
salman2013 ab7d442
chore: fix the owner as per review comment
salman2013 fc449ed
chore: fix owner as per review comment
salman2013 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -13,8 +13,8 @@ jobs: | |
call-upgrade-python-requirements-workflow: | ||
with: | ||
branch: ${{ github.event.inputs.branch }} | ||
team_reviewers: "arbi-bom" | ||
email_address: [email protected] | ||
team_reviewers: 'edly' | ||
email_address: '[email protected]' | ||
send_success_notification: false | ||
secrets: | ||
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This file records information about this repo. Its use is described in OEP-55: | ||
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html | ||
|
||
apiVersion: backstage.io/v1alpha1 | ||
kind: "Component" | ||
metadata: | ||
name: 'event-routing-backends' | ||
description: "A package for Open edX events tracking" | ||
annotations: | ||
# (Optional) Annotation keys and values can be whatever you want. | ||
# We use it in Open edX repos to have a comma-separated list of GitHub user | ||
# names that might be interested in changes to the architecture of this | ||
# component. | ||
openedx.org/arch-interest-groups: "" | ||
spec: | ||
|
||
# (Required) This can be a group(`group:<group_name>` or a user(`user:<github_username>`) | ||
owner: "group:edly" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @salman2013 since this github group doesn't exist, can you just mae this |
||
|
||
# (Required) Acceptable Type Values: service, website, library | ||
type: 'library' | ||
|
||
# (Required) Acceptable Lifecycle Values: experimental, production, deprecated | ||
lifecycle: 'production' |
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.
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.
edly
is not a valid github team right now so I think it can just go to the e-mail address and this line can be commented for now.@ziafazal if you want that team to exist and have you and others who are CCs and members of the
openedx
org added to it, let us know and we can create it.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.
@feanil I have commented the team reviewer for now.