-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: stop adding
core committer
label
Stopped the bot from adding the `core committer` GitHub label to pull requests to repos on which the bot believes the author to have write access. The bot's data source for repository access, `people.yaml`, is outdated, we do not yet have a strategy for keeping it updated. Until further notice, coding Core Contributors are asked to add the `core contributor` label to their pull requests manually. Another implication of `people.yaml` being oudated is that the bot is not correctly choosing when to create Jira tickets, which welcome/help message to post, etc. We are not addressing that issue currently. Part of: #227
- Loading branch information
1 parent
8e5f2b8
commit 9d5c0de
Showing
5 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
changelog.d/20230617_162500_kdmccormick_depr_core_committer_label.rst
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,3 @@ | ||
.. A new scriv changelog fragment. | ||
- Stopped the bot from adding the ``core committer`` GitHub label to pull requests to repos on which the bot believes the author to have write access. The bot's data source for repository access, ``people.yaml``, is outdated, we do not yet have a strategy for keeping it updated. Until further notice, coding Core Contributors are asked to add the ``core contributor`` label to their pull requests manually. |
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 |
---|---|---|
|
@@ -12,7 +12,6 @@ | |
|
||
GITHUB_CATEGORY_LABELS = { | ||
"blended", | ||
"core committer", | ||
"open-source-contribution", | ||
} | ||
|
||
|
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